commit | c12b395a46646bab69089ce7016ac78177f6001f | [log] [tgz] |
---|---|---|
author | xeb@mail.ru <xeb@mail.ru> | Fri Aug 10 00:51:50 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 14 14:28:32 2012 -0700 |
tree | ec3bbef6602f42853b3dad5ae36c7d3872fa56eb | |
parent | b7bc2a5b5bd99b216c3e5fe68c7f45c684ab5745 [diff] [blame] |
gre: Support GRE over IPv6 GRE over IPv6 implementation. Signed-off-by: Dmitry Kozlov <xeb@mail.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/linux/if_tunnel.h b/include/linux/if_tunnel.h index 5efff60..8c5035ac 100644 --- a/include/linux/if_tunnel.h +++ b/include/linux/if_tunnel.h
@@ -75,6 +75,9 @@ IFLA_GRE_TTL, IFLA_GRE_TOS, IFLA_GRE_PMTUDISC, + IFLA_GRE_ENCAP_LIMIT, + IFLA_GRE_FLOWINFO, + IFLA_GRE_FLAGS, __IFLA_GRE_MAX, };