]> asedeno.scripts.mit.edu Git - linux.git/commit
net/ipv6: Remove compare of fib6_idev from rt6_duplicate_nexthop
authorDavid Ahern <dsahern@gmail.com>
Wed, 18 Apr 2018 22:39:04 +0000 (15:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2018 19:40:13 +0000 (15:40 -0400)
commit647d4c1363a85bec63ecf929d4ab4aae78b2a960
treedd1cced89b886a5f7c1c46800c9ded4794df62fd
parent6fe749414446d86cfaae1c84bfdd556fe4fa8fca
net/ipv6: Remove compare of fib6_idev from rt6_duplicate_nexthop

After 4832c30d5458 ("net: ipv6: put host and anycast routes on device
with address") the comparison of idev does not add value since it
correlates to the nexthop device which is already compared. Remove
the idev comparison.

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