aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-26 22:15:46 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 17:54:17 -0700
commit6d85c10abe840e98cbac673202fe7cc9ada2180c (patch)
tree6f8c6c18c58dfea095cc6f9e0f3e19b3e0303d0c /net/ipv4/fib_frontend.c
parent[IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotated (diff)
downloadlinux-dev-6d85c10abe840e98cbac673202fe7cc9ada2180c.tar.xz
linux-dev-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 'net/ipv4/fib_frontend.c')
-rw-r--r--net/ipv4/fib_frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c
index 319aaafd3545..7f5217907e5a 100644
--- a/net/ipv4/fib_frontend.c
+++ b/net/ipv4/fib_frontend.c
@@ -273,7 +273,7 @@ static int put_rtax(struct nlattr *mx, int len, int type, u32 value)
static int rtentry_to_fib_config(int cmd, struct rtentry *rt,
struct fib_config *cfg)
{
- u32 addr;
+ __be32 addr;
int plen;
memset(cfg, 0, sizeof(*cfg));