summaryrefslogtreecommitdiff
path: root/include/net/nfc
ModeNameSize
-rw-r--r--digital.h9030logplain
-rw-r--r--hci.h8892logplain
-rw-r--r--llc.h1656logplain
-rw-r--r--nci.h15882logplain
-rw-r--r--nci_core.h13689logplain
-rw-r--r--nfc.h10405logplain
rf red 2001:db8:1::/120 dev eth1 proto kernel metric 256 pref medium 2001:db8:2::/120 dev eth2 proto kernel metric 256 pref medium ... Because IPv6 allows individual nexthops to be deleted without deleting the entire route, the ip6_route_multipath_del and non-multipath code path (ip6_route_del) have to be discriminated so that all nexthops are only deleted for the latter case. This is done by making the existing fc_type in fib6_config a u16 and then adding a new u16 field with fc_delete_all_nh as the first bit. Suggested-by: Dinesh Dutt <ddutt@cumulusnetworks.com> Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/route.c38
1 files changed, 36 insertions, 2 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c