From d4c40adfeac4686174388878520138b640884c45 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 3 Mar 2021 20:35:21 +0100 Subject: tunnel: T2966: add ip6gretap encapsulation support --- interface-definitions/interfaces-tunnel.xml.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/interfaces-tunnel.xml.in b/interface-definitions/interfaces-tunnel.xml.in index c2d03c5ea..047e06b86 100644 --- a/interface-definitions/interfaces-tunnel.xml.in +++ b/interface-definitions/interfaces-tunnel.xml.in @@ -80,7 +80,7 @@ Encapsulation of this tunnel interface - gre gretap ip6gre ip6ip6 ipip ipip6 sit + gre gretap ip6gre ip6gretap ip6ip6 ipip ipip6 sit gre @@ -94,6 +94,10 @@ ip6gre GRE over IPv6 network + + ip6gretap + Generic Routing Encapsulation over IPv6 (virtual L2 tunnel) + ip6ip6 IP6 in IP6 encapsulation @@ -111,9 +115,9 @@ Simple Internet Transition encapsulation - ^(gre|gretap|ip6gre|ip6ip6|ipip|ipip6|sit)$ + ^(gre|gretap|ip6gre|ip6gretap|ip6ip6|ipip|ipip6|sit)$ - Invalid encapsulation, must be one of: gre, gretap, ipip, sit, ipip6, ip6ip6, ip6gre + Invalid encapsulation, must be one of: gre, gretap, ip6gre, ip6gretap, ipip, sit, ipip6 or ip6ip6 -- cgit v1.2.3