From 548d9057e3ed66852bb2be62fe770c265712b4f3 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 13 Mar 2021 21:08:38 +0100 Subject: vrf: T3344: move dynamic routing protocols under "vrf name protocols" Instead of having the dynamic routing protocols OSPF and BGP residing under the "protocols vrf [ospf|bgp]" nodes, rather move them directly under the "vrf name protocols [ospf|bgp]" node. Now all VRF related parts are placed under the same root node. This eases the verify steps tremendously, as we do not need to check wheter a VRF eists or not, it will always exist as we operate under a child node. --- interface-definitions/vrf.xml.in | 47 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 4 deletions(-) (limited to 'interface-definitions/vrf.xml.in') diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index eca9e75a7..50a693248 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -15,17 +15,58 @@ - VRF instance name + Virtual Routing and Forwarding instance VRF instance name must be 15 characters or less and can not\nbe named as regular network interfaces.\n txt - Instance name + VRF instance name + #include + #include + + + Routing protocol parameters + + + + + Static route parameters + + + #include + #include + + + + + Border Gateway Protocol (BGP) + + u32:1-4294967294 + Autonomous System Number + + + + + + + #include + + + + + Open Shortest Path First (OSPF) + + + #include + + + + Routing table associated with this instance @@ -39,8 +80,6 @@ VRF routing table must be in range from 100 to 2147483647 - #include - #include -- cgit v1.2.3