diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-18 11:12:08 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-18 12:57:14 +0200 |
commit | 73c0e87109855f9b3372540b4ace03c6fb517c2a (patch) | |
tree | 1431a67fbd2df5fc6b8f24025eb0800304ca08c7 /interface-definitions/include/bgp/protocol-common-config.xml.i | |
parent | 4058e389f1ca1398ad4fca790839c638a58f7aa3 (diff) | |
download | vyos-1x-73c0e87109855f9b3372540b4ace03c6fb517c2a.tar.gz vyos-1x-73c0e87109855f9b3372540b4ace03c6fb517c2a.zip |
bgp: T3759: add l3vpn "label vpn export" commands
Add the following new commands:
* set protocols bgp address-family ipv4-unicast label vpn export (auto | 0-1048575)
* set protocols bgp address-family ipv6-unicast label vpn export (auto | 0-1048575)
Diffstat (limited to 'interface-definitions/include/bgp/protocol-common-config.xml.i')
-rw-r--r-- | interface-definitions/include/bgp/protocol-common-config.xml.i | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/interface-definitions/include/bgp/protocol-common-config.xml.i b/interface-definitions/include/bgp/protocol-common-config.xml.i index 6a4e1de3f..58e3c5798 100644 --- a/interface-definitions/include/bgp/protocol-common-config.xml.i +++ b/interface-definitions/include/bgp/protocol-common-config.xml.i @@ -94,6 +94,8 @@ </children> </node> #include <include/bgp/afi-export-import.xml.i> + #include <include/bgp/afi-label.xml.i> + #include <include/bgp/afi-maximum-paths.xml.i> <tagNode name="network"> <properties> <help>BGP network</help> @@ -115,7 +117,6 @@ #include <include/route-map.xml.i> </children> </tagNode> - #include <include/bgp/afi-maximum-paths.xml.i> <node name="redistribute"> <properties> <help>Redistribute routes from other protocols into BGP</help> @@ -480,6 +481,8 @@ </children> </node> #include <include/bgp/afi-export-import.xml.i> + #include <include/bgp/afi-label.xml.i> + #include <include/bgp/afi-maximum-paths.xml.i> <tagNode name="network"> <properties> <help>BGP network</help> @@ -496,7 +499,6 @@ #include <include/route-map.xml.i> </children> </tagNode> - #include <include/bgp/afi-maximum-paths.xml.i> <node name="redistribute"> <properties> <help>Redistribute routes from other protocols into BGP</help> |