diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-09-27 01:13:54 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 20:54:12 -0400 |
commit | ed49e3caaa6126f8e29f08e8b4fdcafcae431b57 (patch) | |
tree | 0b61555bf757e8b708f0e949fcf1d36d593ce98e /include/net/ip_fib.h | |
parent | ff428d72c59b35e4ba34bc1b487e707648010fe3 (diff) |
[IPV4]: fib_hn ->nh_gw is net-endian
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index c4eca2575b84..9f84e9fc1b1f 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h | |||
@@ -63,7 +63,7 @@ struct fib_nh { | |||
63 | __u32 nh_tclassid; | 63 | __u32 nh_tclassid; |
64 | #endif | 64 | #endif |
65 | int nh_oif; | 65 | int nh_oif; |
66 | u32 nh_gw; | 66 | __be32 nh_gw; |
67 | }; | 67 | }; |
68 | 68 | ||
69 | /* | 69 | /* |