Re: IPv6 temporary address and SSH
[email protected] (Michael van Elst)
| Newsgroups | gmane.os.netbsd.devel.network |
|---|---|
| Organization | Serpens User Group |
| Message-ID | <[email protected]> |
[email protected] (Gert Doering) writes: >Now this sounds highly interesting. Is this a NetBSD specific thing, or >"generic POSIX sockets" or so? I see FreeBSD has all the #defines in in6.h, >while MacOS has the IPV6_PREFER_TEMPADDR but not the IP6PO_ defines.. https://opensource.apple.com/source/xnu/xnu-1699.24.8/bsd/netinet6/ip6_var.h shows #define IP6PO_TEMPADDR_SYSTEM -1 /* follow the system default */ #define IP6PO_TEMPADDR_NOTPREFER 0 /* not prefer temporary address */ #define IP6PO_TEMPADDR_PREFER 1 /* prefer temporary address */