K 10 svn:author V 2 ae K 8 svn:date V 27 2013-10-18T13:02:09.170686Z K 7 svn:log V 312 Scope related cleanup in in6_control(): * remove sa6_embedscope(), sa6_recoverscope() and in6_setscope() calls; * use sa6_checkzone() to check sockaddr_in6 structure. Before this check initialize sin6_scope_id if it is zero. We can do this, because we know interface and can use ifnet to determine zone id. END