K 10 svn:author V 2 ae K 8 svn:date V 27 2013-12-12T00:01:45.024852Z K 7 svn:log V 427 We don't keep routes for link-local addresses in routing tables, thus we need to handle them specially in RTM_GET. This fixes some issues with ndp(8). If requested destination address has AF_INET6 family and it is from link-local scope, use sin6_scope_id to determine corresponding interface. Then do link layer address lookup. If address is in ND cache, return it, if not - return default AF_LINK ifaddr from this interface. END