From: Andy Bavier Date: Fri, 17 Apr 2009 19:21:56 +0000 (+0000) Subject: Fix ip_tunnel_parm. This is used to communicate with kernel X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=aa542b635a0010309d44628994e22187064924eb;p=iproute2.git Fix ip_tunnel_parm. This is used to communicate with kernel --- diff --git a/include/linux/if_tunnel.h b/include/linux/if_tunnel.h index ac32b53..0cbc2d0 100644 --- a/include/linux/if_tunnel.h +++ b/include/linux/if_tunnel.h @@ -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 */