From 3dd78cddfe90851cb7a6891add8a0973d23da292 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 4 Feb 2021 00:00:41 +0100 Subject: vrf: T2450: provide full protocol support in XML and Python with new CLI --- interface-definitions/protocols-vrf.xml.in | 347 +---------------------------- 1 file changed, 11 insertions(+), 336 deletions(-) (limited to 'interface-definitions/protocols-vrf.xml.in') diff --git a/interface-definitions/protocols-vrf.xml.in b/interface-definitions/protocols-vrf.xml.in index d58f85b02..81942d124 100644 --- a/interface-definitions/protocols-vrf.xml.in +++ b/interface-definitions/protocols-vrf.xml.in @@ -1,18 +1,21 @@ - - + Name of VRF to add route for + + vrf name + txt - Name of VRF to add route for + VRF instance name - - protocols vrf - + + + + VRF instance name must be 15 characters or less and can not\nbe named as regular network interfaces.\n @@ -20,336 +23,8 @@ Static route parameters - - - Interface based static route - - ipv4net - Interface based static route - - - - - - - - - Next-hop interface [REQUIRED] - - - - - - - - Disable IPv4 interface static route - - - - - - Distance for this route - - u32:1-255 - Distance for this route - - - - - - - - - VRF to leak route - - txt - Name of VRF to leak to - - - default - Name of VRF to leak to - - - default - protocols vrf - - - ^[a-zA-Z0-9\-_]{1,100}$ - - - - - - - - - - Interface based IPv6 static route - - ipv6net - Interface based IPv6 static route - - - - - - - - - Next-hop interface [REQUIRED] - - - - - - - - Disable IPv6 interface static route - - - - - - Distance for this route - - u32:1-255 - Distance for this route - - - - - - - - - VRF to leak route - - txt - Name of VRF to leak to - - - default - Name of VRF to leak to - - - default - protocols vrf - - - ^[a-zA-Z0-9\-_]{1,100}$ - - - - - - - - - - VRF static IPv4 route - - ipv4net - VRF static IPv4 route - - - - - - - - - Silently discard pkts when matched - - - - - Distance value for this route - - u32:1-255 - Distance for this route - - - - - - - - - - - DHCP interface that supplies the next-hop IP address for this static route - - - - - txt - DHCP interface - - - - - - Next-hop router - - ipv4 - Next-hop router - - - - - - - - - Disable IPv4 interface static route - - - - - - Distance for this route - - u32:1-255 - Distance for this route - - - - - - - - - IPv4 gateway interface name - - - - - txt - IPv4 gateway interface name - - - - - - VRF to leak route - - txt - Name of VRF to leak to - - - default - Name of VRF to leak to - - - default - protocols vrf - - - ^[a-zA-Z0-9\-_]{1,100}$ - - - - - - - - - - VRF static IPv6 route - - ipv6net - VRF static IPv6 route - - - - - - - - - Silently discard pkts when matched - - - - - Distance value for this route - - u32:1-255 - Distance for this route - - - - - - - - - - - Next-hop IPv6 router [REQUIRED] - - ipv6 - Next-hop IPv6 router [REQUIRED] - - - - - - - - - Disable IPv6 interface static route - - - - - - Distance for this route - - u32:1-255 - Distance for this route - - - - - - - - - IPv6 gateway interface name - - - - - txt - IPv6 gateway interface name - - - - - - VRF to leak route - - txt - Name of VRF to leak to - - - default - Name of VRF to leak to - - - default - protocols vrf - - - ^[a-zA-Z0-9\-_]{1,100}$ - - - - - - - + #include + #include -- cgit v1.2.3