Commit ed49e3ca authored by Al Viro's avatar Al Viro Committed by David S. Miller

[IPV4]: fib_hn ->nh_gw is net-endian

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ff428d72
......@@ -63,7 +63,7 @@ struct fib_nh {
__u32 nh_tclassid;
#endif
int nh_oif;
u32 nh_gw;
__be32 nh_gw;
};
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment