Fix ip_tunnel_parm. This is used to communicate with kernel
authorAndy Bavier <acb@cs.princeton.edu>
Fri, 17 Apr 2009 19:21:56 +0000 (19:21 +0000)
committerAndy Bavier <acb@cs.princeton.edu>
Fri, 17 Apr 2009 19:21:56 +0000 (19:21 +0000)
include/linux/if_tunnel.h

index ac32b53..0cbc2d0 100644 (file)
@@ -30,8 +30,8 @@ struct ip_tunnel_parm
        __be16                  o_flags;
        __be32                  i_key;
        __be32                  o_key;
+        __be16                  proto_type;    /* Added for EGRE */
        struct iphdr            iph;
-    int proto_type;
 };
 
 /* SIT-mode i_flags */