Fix ip_tunnel_parm. This is used to communicate with kernel
[iproute2.git] / 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 */