]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipv6: fib: Convert fib6_age() to dst_neigh_lookup().
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2012 23:14:01 +0000 (15:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Jan 2012 02:00:08 +0000 (21:00 -0500)
commit5339ab8b1dd82f14df168fb9bf59449f3e24b03d
tree8abf0ccd062988c249cb098067f99dadebd61499
parenteb857186eb771998fc9ab4bfd398a6fedb5a295c
ipv6: fib: Convert fib6_age() to dst_neigh_lookup().

In this specific situation we know we are dealing with a gatewayed route
and therefore rt6i_gateway is not going to be in6addr_any even in future
interpretations.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_fib.c