https://bugzilla.mindrot.org/show_bug.cgi?id=2784
--- Comment #14 from David Ahern <[email protected]> --- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
