From e416035c66fe8f8bcb0dfce8058deff10656075c Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 28 May 2021 19:13:59 +0200 Subject: vti: T1579: implement Virtual Tunnel Interfaces using XML and Python --- interface-definitions/interfaces-vti.xml.in | 39 +++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 interface-definitions/interfaces-vti.xml.in (limited to 'interface-definitions') diff --git a/interface-definitions/interfaces-vti.xml.in b/interface-definitions/interfaces-vti.xml.in new file mode 100644 index 000000000..604d7dd29 --- /dev/null +++ b/interface-definitions/interfaces-vti.xml.in @@ -0,0 +1,39 @@ + + + + + + + Virtual Tunnel interface + 381 + + ^vti[0-9]+$ + + VTI interface must be named vtiN + + vtiN + VTI interface name + + + + + + IP address + + ipv4net + IPv4 address and prefix length + + + + + + + + #include + #include + #include + + + + + -- cgit v1.2.3