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

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

[NET]: ip ports in struct flowi are net-endian

parent 2816e128
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,8 +56,8 @@ struct flowi {
#define FLOWI_FLAG_MULTIPATHOLDROUTE 0x01
	union {
		struct {
			__u16	sport;
			__u16	dport;
			__be16	sport;
			__be16	dport;
		} ports;

		struct {