diff options
author | zsdc <taras@sentrium.io> | 2019-10-08 19:44:59 +0300 |
---|---|---|
committer | zsdc <taras@sentrium.io> | 2019-10-08 19:44:59 +0300 |
commit | 455389f6becbbec93f16bc31289c0ae46d278e08 (patch) | |
tree | 805b7d6d41aef412f869a3d6913c698da14a8813 /scripts/bgp | |
parent | 0f8641babb207e36c2b1637aea7cc2761c54f31b (diff) | |
download | vyatta-cfg-quagga-455389f6becbbec93f16bc31289c0ae46d278e08.tar.gz vyatta-cfg-quagga-455389f6becbbec93f16bc31289c0ae46d278e08.zip |
[BGP] T1490: Deleted bgp scan-time parameter
Deleted obsoleted BGP scan-time parameter, as it never existed in FRRouting as unneeded - there is used more modern next-hop tracking instead.
Diffstat (limited to 'scripts/bgp')
-rwxr-xr-x | scripts/bgp/vyatta-bgp.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl index 9a816344..a99b7897 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -764,10 +764,6 @@ my %qcom = ( set => 'router bgp #3 ; bgp router-id #6', del => 'router bgp #3 ; no bgp router-id #6', }, - 'protocols bgp var parameters scan-time' => { - set => 'router bgp #3 ; bgp scan-time #6', - del => 'router bgp #3 ; no bgp scan-time #6', - }, 'protocols bgp var peer-group' => { set => undef, del => undef, |