diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-09-27 18:49:07 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 18:02:43 -0700 |
commit | 4324a174304d1d826582be5422a976e09d2b1e63 (patch) | |
tree | b1d0b1e47e09901ca94419ec94cb31acc542baf1 /include/net | |
parent | 9916ecb0a6f52f1475fa2f71845227d3c75fb40c (diff) | |
download | linux-3.10-4324a174304d1d826582be5422a976e09d2b1e63.tar.gz linux-3.10-4324a174304d1d826582be5422a976e09d2b1e63.tar.bz2 linux-3.10-4324a174304d1d826582be5422a976e09d2b1e63.zip |
[XFRM]: fl_ipsec_spi is net-endian
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/flow.h b/include/net/flow.h index 5700b0ad63c..ddf5f3ca172 100644 --- a/include/net/flow.h +++ b/include/net/flow.h @@ -73,7 +73,7 @@ struct flowi { __u8 objname[16]; /* Not zero terminated */ } dnports; - __u32 spi; + __be32 spi; #ifdef CONFIG_IPV6_MIP6 struct { |