Home
last modified time | relevance | path

Searched hist:c55c89884d3d0686aa8b6ec7525c2561383e9490 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Droute.cdiff c55c89884d3d0686aa8b6ec7525c2561383e9490 Sat Jun 08 16:53:29 CDT 2019 David Ahern <dsahern@gmail.com> ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirect

Add a hook in __ip6_route_redirect to handle a nexthop struct in a
fib6_info. Use nexthop_for_each_fib6_nh and fib6_nh_redirect_match
to call ip6_redirect_nh_match for each fib6_nh looking for a match.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>