commit | 90bcaf7b4a33bb9b100cc06869f0c033a870d4a0 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Nov 08 00:25:17 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:21:21 2006 -0800 |
tree | fb8307b99fd9779d17fdfb0c35d836a8438d424a | |
parent | 92d9ece7af9c84bfbd1ff640926fac5b573a09f7 [diff] [blame] |
[IPV6]: flowlabels are net-endian Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/flow.h b/include/net/flow.h index 5cda27c..270d4c1 100644 --- a/include/net/flow.h +++ b/include/net/flow.h
@@ -27,7 +27,7 @@ struct in6_addr daddr; struct in6_addr saddr; __u32 fwmark; - __u32 flowlabel; + __be32 flowlabel; } ip6_u; struct {