commit | 3b6761d18bc11f2af2a6fc494e9026d39593f22c | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue Apr 17 17:33:20 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 17 23:41:17 2018 -0400 |
tree | ab2684b188f33c7a2fd19e205a0c9426a86ab6c7 | |
parent | dec9b0e295f6b34b89041cf19001ba86298d0687 [diff] |
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>