diff options
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r-- | include/net/ip_fib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index cd92b923a578..e5d66ec88cf6 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h | |||
@@ -51,7 +51,6 @@ struct fib_nh { | |||
51 | struct fib_info *nh_parent; | 51 | struct fib_info *nh_parent; |
52 | unsigned nh_flags; | 52 | unsigned nh_flags; |
53 | unsigned char nh_scope; | 53 | unsigned char nh_scope; |
54 | unsigned char nh_cfg_scope; | ||
55 | #ifdef CONFIG_IP_ROUTE_MULTIPATH | 54 | #ifdef CONFIG_IP_ROUTE_MULTIPATH |
56 | int nh_weight; | 55 | int nh_weight; |
57 | int nh_power; | 56 | int nh_power; |
@@ -75,9 +74,10 @@ struct fib_info { | |||
75 | struct net *fib_net; | 74 | struct net *fib_net; |
76 | int fib_treeref; | 75 | int fib_treeref; |
77 | atomic_t fib_clntref; | 76 | atomic_t fib_clntref; |
78 | int fib_dead; | ||
79 | unsigned fib_flags; | 77 | unsigned fib_flags; |
80 | int fib_protocol; | 78 | unsigned char fib_dead; |
79 | unsigned char fib_protocol; | ||
80 | unsigned char fib_scope; | ||
81 | __be32 fib_prefsrc; | 81 | __be32 fib_prefsrc; |
82 | u32 fib_priority; | 82 | u32 fib_priority; |
83 | u32 *fib_metrics; | 83 | u32 *fib_metrics; |