https://bugzilla.mindrot.org/show_bug.cgi?id=86

Damien Miller <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Damien Miller <[email protected]> ---
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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to