diff options
Diffstat (limited to 'include/linux/if_tunnel.h')
-rw-r--r-- | include/linux/if_tunnel.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/if_tunnel.h b/include/linux/if_tunnel.h index 8d76cb4c86fa..1822d635be6b 100644 --- a/include/linux/if_tunnel.h +++ b/include/linux/if_tunnel.h | |||
@@ -30,8 +30,7 @@ | |||
30 | #define GRE_FLAGS __cpu_to_be16(0x00F8) | 30 | #define GRE_FLAGS __cpu_to_be16(0x00F8) |
31 | #define GRE_VERSION __cpu_to_be16(0x0007) | 31 | #define GRE_VERSION __cpu_to_be16(0x0007) |
32 | 32 | ||
33 | struct ip_tunnel_parm | 33 | struct ip_tunnel_parm { |
34 | { | ||
35 | char name[IFNAMSIZ]; | 34 | char name[IFNAMSIZ]; |
36 | int link; | 35 | int link; |
37 | __be16 i_flags; | 36 | __be16 i_flags; |
@@ -63,8 +62,7 @@ struct ip_tunnel_6rd { | |||
63 | __u16 relay_prefixlen; | 62 | __u16 relay_prefixlen; |
64 | }; | 63 | }; |
65 | 64 | ||
66 | enum | 65 | enum { |
67 | { | ||
68 | IFLA_GRE_UNSPEC, | 66 | IFLA_GRE_UNSPEC, |
69 | IFLA_GRE_LINK, | 67 | IFLA_GRE_LINK, |
70 | IFLA_GRE_IFLAGS, | 68 | IFLA_GRE_IFLAGS, |