summaryrefslogtreecommitdiffstats
path: root/include/net/ip_fib.h
diff options
context:
space:
mode:
authorAl Viro2006-09-27 07:15:46 +0200
committerDavid S. Miller2006-09-29 02:54:17 +0200
commit6d85c10abe840e98cbac673202fe7cc9ada2180c (patch)
tree6f8c6c18c58dfea095cc6f9e0f3e19b3e0303d0c /include/net/ip_fib.h
parent[IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotated (diff)
downloadkernel-qcow2-linux-6d85c10abe840e98cbac673202fe7cc9ada2180c.tar.gz
kernel-qcow2-linux-6d85c10abe840e98cbac673202fe7cc9ada2180c.tar.xz
kernel-qcow2-linux-6d85c10abe840e98cbac673202fe7cc9ada2180c.zip
[IPV4]: struct fib_config IPv4 address fields annotated
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r--include/net/ip_fib.h8
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 {
u8 fc_type;
/* 1 byte unused */
u32 fc_table;
- u32 fc_dst;
- u32 fc_src;
- u32 fc_gw;
+ __be32 fc_dst;
+ __be32 fc_src;
+ __be32 fc_gw;
int fc_oif;
u32 fc_flags;
u32 fc_priority;
- u32 fc_prefsrc;
+ __be32 fc_prefsrc;
struct nlattr *fc_mx;
struct rtnexthop *fc_mp;
int fc_mx_len;