[IPV4]: fib_hn ->nh_gw is net-endian
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 27 Sep 2006 05:13:54 +0000 (22:13 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 29 Sep 2006 00:54:12 +0000 (17:54 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h

index c4eca25..9f84e9f 100644 (file)
@@ -63,7 +63,7 @@ struct fib_nh {
        __u32                   nh_tclassid;
 #endif
        int                     nh_oif;
-       u32                     nh_gw;
+       __be32                  nh_gw;
 };
 
 /*