[Bug 2784] Add native support for Linux VRF (via SO_BINDTODEVICE socket option)
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Oct 5 07:49:44 AEDT 2017
https://bugzilla.mindrot.org/show_bug.cgi?id=2784
David Ahern <dsahern at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dsahern at gmail.com
--- Comment #1 from David Ahern <dsahern at gmail.com> ---
With VRF on Linux systems network addresses need to be qualified by a
VRF. We have been recommending '%' as the delimiter for that. For
example the ListenAddress directive for sshd could be something like
<addr>%<vrf>. Generically for sshd that could be <addr>%<dev> in which
case sshd binds sockets first to the device and then to the address.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list