bugzilla-daemon at mindrot.org
2015-Apr-24 03:03 UTC
[Bug 86] Port should not depend on ListenAddress
https://bugzilla.mindrot.org/show_bug.cgi?id=86 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |trivial CC| |dtucker at zip.com.au --- Comment #1 from Darren Tucker <dtucker at zip.com.au> --- Looking at this since I have been poking around in this code recently. Isn't this the other way around? ie ListenAddress depends on Port? What's the desired behaviour? Use whatever Port was last specified for each ListenAddress where the port is not specified? ie Port 123 ListenAddress 192.168.0.1 Port 345 ListenAddress 192.168.0.2 ends up listening on 192.168.0.1:123 and 192.168.0.2:345 ? -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug.