summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-10-17 16:49:28 +0200
committerGitHub <noreply@github.com>2019-10-17 16:49:28 +0200
commit7abe747038ae99bae80c32d92fa1a352898153f0 (patch)
tree805b7d6d41aef412f869a3d6913c698da14a8813 /scripts
parent0f8641babb207e36c2b1637aea7cc2761c54f31b (diff)
parent455389f6becbbec93f16bc31289c0ae46d278e08 (diff)
downloadvyatta-cfg-quagga-7abe747038ae99bae80c32d92fa1a352898153f0.tar.gz
vyatta-cfg-quagga-7abe747038ae99bae80c32d92fa1a352898153f0.zip
Merge pull request #36 from zdc/T1490
[BGP] T1490: Deleted bgp scan-time parameter
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bgp/vyatta-bgp.pl4
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,