https://bugzilla.mindrot.org/show_bug.cgi?id=2606
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2863|0 |1 is obsolete| | --- Comment #3 from Damien Miller <[email protected]> --- Created attachment 2865 --> https://bugzilla.mindrot.org/attachment.cgi?id=2865&action=edit revised patch Include correct header. Support a couple more aliases for BindAddress. After reading more about the sockopt, I'm a bit more ambivalent about this. The IPV6_ADDR_PREFERENCES option originated from RFC5014[1], which is an Informational RFC. So far only Linux supports it, but the option isn't exposed in glibc headers - you have to include the kernel linux/in6.h header directly. It doesn't seem to be documented in any of the socket manpages either. IMO it might be a bit soon for OpenSSH to implement this. [1] https://tools.ietf.org/html/rfc5014 -- You are receiving this mail because: You are watching the reporter 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
