K 10 svn:author V 3 hrs K 8 svn:date V 27 2012-04-18T18:37:56.634201Z K 7 svn:log V 426 Extract embed scope id and set it to sin6_scope_id in struct sockaddr_in6 for userland from the kernel via routing socket or sysctl. The net.inet6.ip6.deembed_scopeid sysctl variable controls this behavior. The default value is 1, and 0 means no de-embed. De-embed of scope id in userland utilities have been removed except for netstat(1) because it directly uses kvm to read the FIB entries, not sysctl or routing socket. END