commit | 647d4c1363a85bec63ecf929d4ab4aae78b2a960 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Wed Apr 18 15:39:04 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 19 15:40:13 2018 -0400 |
tree | dd1cced89b886a5f7c1c46800c9ded4794df62fd | |
parent | 6fe749414446d86cfaae1c84bfdd556fe4fa8fca [diff] |
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>