1
0
Fork 0

[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>
hifive-unleashed-5.1
Al Viro 2006-09-26 22:13:54 -07:00 committed by David S. Miller
parent ff428d72c5
commit ed49e3caaa
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ struct fib_nh {
__u32 nh_tclassid;
#endif
int nh_oif;
u32 nh_gw;
__be32 nh_gw;
};
/*