Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent ff428d72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ struct fib_nh {
	__u32			nh_tclassid;
#endif
	int			nh_oif;
	u32			nh_gw;
	__be32			nh_gw;
};

/*