diff options
author | Ruben Herold <ruben@puettmann.net> | 2019-05-29 14:16:33 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-06-17 22:17:01 +0200 |
commit | fc9b264b51dc5edfab76091fae1218b8cb2d3f55 (patch) | |
tree | 6737cebfd24eb3cd52fbe475012dd9e69e69367e /scripts/bgp/vyatta-bgp.pl | |
parent | ec76e5bf1f355545c2b73614c809fb04e12faa8c (diff) | |
download | vyatta-cfg-quagga-fc9b264b51dc5edfab76091fae1218b8cb2d3f55.tar.gz vyatta-cfg-quagga-fc9b264b51dc5edfab76091fae1218b8cb2d3f55.zip |
T1390: Add Support for bgp bestpath as-path multipath-relax
(cherry picked from commit 50cf64c80da6d964bffaaa27149a55b25a4c09d0)
Diffstat (limited to 'scripts/bgp/vyatta-bgp.pl')
-rwxr-xr-x | scripts/bgp/vyatta-bgp.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl index 6d989089..799240af 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -619,6 +619,10 @@ my %qcom = ( set => 'router bgp #3 ; bgp bestpath as-path ignore', del => 'router bgp #3 ; no bgp bestpath as-path ignore', }, + 'protocols bgp var parameters bestpath as-path multipath-relax' => { + set => 'router bgp #3 ; bgp bestpath as-path multipath-relax', + del => 'router bgp #3 ; no bgp bestpath as-path multipath-relax', + }, 'protocols bgp var parameters bestpath compare-routerid' => { set => 'router bgp #3 ; bgp bestpath compare-routerid', del => 'router bgp #3 ; no bgp bestpath compare-routerid', |