K 10 svn:author V 6 karels K 8 svn:date V 27 2017-03-27T23:48:36.345213Z K 7 svn:log V 317 Enable route and LLE (ndp) caching in TCP/IPv6 tcp_output.c was using a route on the stack for IPv6, which does not allow route caching or LLE/ndp caching. Switch to using the route (v6 flavor) in the in_pcb, which was already present, which caches both L3 and L2 lookups. Reviewed by: gnn hiren MFC after: 2 weeks END