From 665d1c5bdb24aa0aef79405dc2f2962b930fb9b3 Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Tue, 3 Mar 2020 20:01:56 +0100 Subject: vrf: T31: initial support for a VRF backend in XML/Python This is a work in progress to complete T31 whoever thought it was less than 1 hour of work was ..... optimistic. Only VRF vreation and show is supported right now. No interface can be bound to any one VRF. --- interface-definitions/include/interface-vrf.xml.i | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 interface-definitions/include/interface-vrf.xml.i (limited to 'interface-definitions/include/interface-vrf.xml.i') diff --git a/interface-definitions/include/interface-vrf.xml.i b/interface-definitions/include/interface-vrf.xml.i new file mode 100644 index 000000000..7e880e6ee --- /dev/null +++ b/interface-definitions/include/interface-vrf.xml.i @@ -0,0 +1,12 @@ + + + VRF instance name + + vrf name + + + + + VRF name not allowed or to long + + -- cgit v1.2.3