K 10 svn:author V 2 ae K 8 svn:date V 27 2013-10-16T08:14:05.023836Z K 7 svn:log V 371 Remove in6_pcbladdr() function: * move code from in6_pcbladdr() into in6_pcbconnect_mbuf(); * remove sa6_embedscope() and use sa6_checkzone() instead; * remove in6_setscope() call; * pass outgoing interface determined with SAS algorithm into in6_pcblookup_hash_locked() to be able determine scope zone id; * initialize in6p_zoneid when connection has link-local address. END