]> git.baikalelectronics.ru Git - kernel.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)
commit5cd934e82111964fa8eb51cd3c255d8dd9bf9b7e
treedd1cced89b886a5f7c1c46800c9ded4794df62fd
parent28ebcecaee12543c63810d8756ceede666d20060
net/ipv6: Remove compare of fib6_idev from rt6_duplicate_nexthop

After 3b13acaf36dc ("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