diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ip_fib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index ece746ff4ef8..cacf4c52a8c0 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h | |||
@@ -30,13 +30,13 @@ struct fib_config { | |||
30 | u8 fc_type; | 30 | u8 fc_type; |
31 | /* 1 byte unused */ | 31 | /* 1 byte unused */ |
32 | u32 fc_table; | 32 | u32 fc_table; |
33 | u32 fc_dst; | 33 | __be32 fc_dst; |
34 | u32 fc_src; | 34 | __be32 fc_src; |
35 | u32 fc_gw; | 35 | __be32 fc_gw; |
36 | int fc_oif; | 36 | int fc_oif; |
37 | u32 fc_flags; | 37 | u32 fc_flags; |
38 | u32 fc_priority; | 38 | u32 fc_priority; |
39 | u32 fc_prefsrc; | 39 | __be32 fc_prefsrc; |
40 | struct nlattr *fc_mx; | 40 | struct nlattr *fc_mx; |
41 | struct rtnexthop *fc_mp; | 41 | struct rtnexthop *fc_mp; |
42 | int fc_mx_len; | 42 | int fc_mx_len; |