dect
/
linux-2.6
Archived
13
0
Fork 0

[NET]: ip ports in struct flowi are 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:
Al Viro 2006-09-27 18:33:22 -07:00 committed by David S. Miller
parent 2816e1284a
commit cc939d3734
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ struct flowi {
#define FLOWI_FLAG_MULTIPATHOLDROUTE 0x01
union {
struct {
__u16 sport;
__u16 dport;
__be16 sport;
__be16 dport;
} ports;
struct {