]> err.no Git - linux-2.6/blobdiff - include/linux/ip6_tunnel.h
tridentfb: improve probe function
[linux-2.6] / include / linux / ip6_tunnel.h
index 5c23aeb104cad3ad77486ac2250621186acb49eb..1e7cc4af40deac588512e9715c77611c374b431c 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
 #ifndef _IP6_TUNNEL_H
 #define _IP6_TUNNEL_H
 
@@ -25,7 +21,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 */