Feature #9751
Need an "inclusive" and "exclusive" method of specifying ports
100%
Description
At this time, Avahi doesn't seem to like to run if the "allow-interfaces" config item contains more than 33 interfaces. I suspect this is because the interface list can get very long, and ends up getting truncated. However, it will run if you invert the selection (manual configuration) using "deny-interfaces" config item. This causes a problem with larger sites having many VLANs.
Requesting a GUI option to use the "allow-interfaces" config item (as it is today) or the "deny-interfaces" option as it was in the past. Avahi has no problem running on all interfaces when using the "deny-interfaces" config item.
History
#1
Updated by Jim Pingle over 1 year ago
- Assignee set to Jim Pingle
Looks like Avahi fails to parse the line when the total length of the line (including "allow-interfaces=") is greater than 256 bytes.
So for this situation we'll need to have a way to specify deny interfaces instead, and allow none to be selected so it binds to all.
#2
Updated by Jim Pingle over 1 year ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Implemented in Avahi pkg version 2.1.
#3
Updated by Denny Page over 1 year ago
Good change Jim
#4
Updated by George Phillips over 1 year ago
Works great now! Thanks!
#5
Updated by Jim Pingle over 1 year ago
- Status changed from Feedback to Resolved