diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-07 21:49:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-07 21:49:50 +0100 |
commit | 87bbe75152e3e0625776587c1fd4cd7104319fe1 (patch) | |
tree | 7259806059cb0a9f574dffa2123faac209a5dcf3 /interface-definitions/protocols-bgp.xml.in | |
parent | dd35eb76153191bc487e3ea23c3e73c753ec1d4b (diff) | |
download | vyos-1x-87bbe75152e3e0625776587c1fd4cd7104319fe1.tar.gz vyos-1x-87bbe75152e3e0625776587c1fd4cd7104319fe1.zip |
bgp: T3391: add per AFI maximum-paths support
* set protocols bgp ASN address-family ipv4-unicast maximum-paths
* set protocols bgp ASN address-family ipv4-unicast maximum-paths-ibgp
* set protocols bgp ASN address-family ipv6-unicast maximum-paths
* set protocols bgp ASN address-family ipv6-unicast maximum-paths-ibgp
Diffstat (limited to 'interface-definitions/protocols-bgp.xml.in')
-rw-r--r-- | interface-definitions/protocols-bgp.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in index cc4f9d2b6..c2a123313 100644 --- a/interface-definitions/protocols-bgp.xml.in +++ b/interface-definitions/protocols-bgp.xml.in @@ -62,6 +62,7 @@ #include <include/bgp-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> @@ -171,6 +172,7 @@ #include <include/bgp-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> |