[IPV6]: Make fib6_node subtree depend on IPV6_SUBTREES
Make fib6_node 'subtree' depend on IPV6_SUBTREES. Signed-off-by: Kim Nordlund <kim.nordlund@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
6ab792f577
commit
8bce65b95a
@@ -50,9 +50,9 @@ struct fib6_node
|
||||
struct fib6_node *parent;
|
||||
struct fib6_node *left;
|
||||
struct fib6_node *right;
|
||||
|
||||
#ifdef CONFIG_IPV6_SUBTREES
|
||||
struct fib6_node *subtree;
|
||||
|
||||
#endif
|
||||
struct rt6_info *leaf;
|
||||
|
||||
__u16 fn_bit; /* bit key */
|
||||
|
||||
Reference in New Issue
Block a user