]> asedeno.scripts.mit.edu Git - linux.git/commit
net/ipv6: Move dst flags to booleans in fib entries
authorDavid Ahern <dsahern@gmail.com>
Wed, 18 Apr 2018 00:33:20 +0000 (17:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Apr 2018 03:41:17 +0000 (23:41 -0400)
commit3b6761d18bc11f2af2a6fc494e9026d39593f22c
treeab2684b188f33c7a2fd19e205a0c9426a86ab6c7
parentdec9b0e295f6b34b89041cf19001ba86298d0687
net/ipv6: Move dst flags to booleans in fib entries

Continuing to wean FIB paths off of dst_entry, use a bool to hold
requests for certain dst settings. Add a helper to convert the
flags to DST flags when a FIB entry is converted to a dst_entry.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_fib.h
net/ipv6/addrconf.c
net/ipv6/route.c