]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/ip6_tunnel.h
[IPV6]: flowlabels are net-endian
[net-next-2.6.git] / include / linux / ip6_tunnel.h
index 5c23aeb104cad3ad77486ac2250621186acb49eb..af3f4a70f3df63ecb04c5bc69efa2013965553bf 100644 (file)
@@ -25,7 +25,7 @@ struct ip6_tnl_parm {
        __u8 proto;             /* tunnel protocol */
        __u8 encap_limit;       /* encapsulation limit for tunnel */
        __u8 hop_limit;         /* hop limit for tunnel */
-       __u32 flowinfo;         /* traffic class and flowlabel for tunnel */
+       __be32 flowinfo;        /* traffic class and flowlabel for tunnel */
        __u32 flags;            /* tunnel flags */
        struct in6_addr laddr;  /* local tunnel end-point address */
        struct in6_addr raddr;  /* remote tunnel end-point address */