]> git.baikalelectronics.ru Git - kernel.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)
commitc408f5f88565394b16bc9eaf6a156532b9bc2f08
treeab2684b188f33c7a2fd19e205a0c9426a86ab6c7
parent6a0cd6116096c70272defb0a6902b9f5d413e165
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