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