[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
Sat Oct 21 15:37:13 AEDT 2017


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

--- Comment #9 from Damien Miller <djm at mindrot.org> ---
FYI OpenBSD routing domains are identified by integers [0, 255], but my
patches handle them as strings except for the actual syscalls to
get/set them, to make life easy for portable OpenSSH. We should only
need to replace four functions:

misc.c:get_rdomain()
misc.c:set_rdomain()
servconf.c:valid_rdomain()
sshd.c:set_process_rdomain()

-- 
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