summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7a5cfb583a0596ef395a98e41e9671df211fbbd9 (plain)
1
2
3
4
5
6
7
# binary files
*.o
inotail
inotify-watchdir

# other
cscope.out
ption>space:mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2016-10-24 12:27:23 -0700
committerDavid S. Miller <davem@davemloft.net>2016-10-27 16:33:12 -0400
commitd5d32e4b76687f4df9ad3ba8d3702b7347f51fa6 (patch)
tree2457e16e66036cd52467f4abdf938df45b475aea
parent830218c1add1da16519b71909e5cf21522b7d062 (diff)
net: ipv6: Do not consider link state for nexthop validation
Similar to IPv4, do not consider link state when validating next hops. Currently, if the link is down default routes can fail to insert: $ ip -6 ro add vrf blue default via 2100:2::64 dev eth2 RTNETLINK answers: No route to host With this patch the command succeeds. Fixes: 8c14586fc320 ("net: ipv6: Use passed in table for nexthop lookups") Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat