bugzilla-daemon at mindrot.org
2015-Apr-24 03:15 UTC
[Bug 86] Port should not depend on ListenAddress
https://bugzilla.mindrot.org/show_bug.cgi?id=86 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #2 from Damien Miller <djm at mindrot.org> --- IMO the behaviour I'd expect from: Port 123 ListenAddress 192.168.0.1 Port 345 ListenAddress 192.168.0.2 is listening on 192.168.0.1:123 192.168.0.1:345 192.168.0.2:123 192.168.0.2:345 regardless of the ordering of directives. We could do this by recording the listen addresses with port=0 and then expanding it with the full set of recorded ports later. Darren just pointed out that we do this wrong wrt ListenAddress too -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug.