K 10 svn:author V 2 ae K 8 svn:date V 27 2013-10-16T11:51:08.810992Z K 7 svn:log V 487 Introduce new flag for ip6_output() - IPV6_USEROIF. It means, that top level already determined outgoing interface and ip6_output() can use it. But in some cases ip6_output() will ignore it (e.g. packet forwarded by pfil(4), routing header, etc). Rework route lookup part of ip6_output() to properly handle the fact, that now we don't keep routes for link-local addresses. Also, since in6_selectroute_fib() disappeared, now we need use in6_rtalloc(). But in some cases it isn't needed. END