[Bug 2784] Add native support for routing domains / VRF

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Mon Oct 23 14:41:16 AEDT 2017


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

--- Comment #14 from David Ahern <dsahern at gmail.com> ---
The API for Linux is SO_BINDTODEVICE. 'ip vrf exec' is a helper for
applications that do not natively support SO_BINDTODEVICE (or similar
APIs). The helper is not applicable for sshd; the intent is to support
the API directly. VRF support was added in v4.3, so any attempts to use
SO_BINDTODEVICE for VRF will be running a newer kernel.

Finally, should any code be needed from Linux I wrote both the Linux
kernel implementation and the vrf support in iproute2.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list