diff options
-rw-r--r-- | include/net/fib_rules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h index 2cd707b15d59..22fb323cd85e 100644 --- a/include/net/fib_rules.h +++ b/include/net/fib_rules.h | |||
@@ -11,7 +11,6 @@ struct fib_rule { | |||
11 | struct list_head list; | 11 | struct list_head list; |
12 | atomic_t refcnt; | 12 | atomic_t refcnt; |
13 | int ifindex; | 13 | int ifindex; |
14 | char ifname[IFNAMSIZ]; | ||
15 | u32 mark; | 14 | u32 mark; |
16 | u32 mark_mask; | 15 | u32 mark_mask; |
17 | u32 pref; | 16 | u32 pref; |
@@ -20,6 +19,7 @@ struct fib_rule { | |||
20 | u8 action; | 19 | u8 action; |
21 | u32 target; | 20 | u32 target; |
22 | struct fib_rule * ctarget; | 21 | struct fib_rule * ctarget; |
22 | char ifname[IFNAMSIZ]; | ||
23 | struct rcu_head rcu; | 23 | struct rcu_head rcu; |
24 | struct net * fr_net; | 24 | struct net * fr_net; |
25 | }; | 25 | }; |