[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>
This commit is contained in:
@@ -63,7 +63,7 @@ struct fib_nh {
|
|||||||
__u32 nh_tclassid;
|
__u32 nh_tclassid;
|
||||||
#endif
|
#endif
|
||||||
int nh_oif;
|
int nh_oif;
|
||||||
u32 nh_gw;
|
__be32 nh_gw;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user