summaryrefslogtreecommitdiff
path: root/templates
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 /templates
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 'templates')
-rw-r--r--templates/protocols/bgp/node.tag/parameters/scan-time/node.def4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/protocols/bgp/node.tag/parameters/scan-time/node.def b/templates/protocols/bgp/node.tag/parameters/scan-time/node.def
deleted file mode 100644
index 5a009f86..00000000
--- a/templates/protocols/bgp/node.tag/parameters/scan-time/node.def
+++ /dev/null
@@ -1,4 +0,0 @@
-type: u32
-help: BGP route scanner interval
-val_help: u32:5-60; Scan interval in seconds
-syntax:expression: $VAR(@) >= 5 && $VAR(@) <= 60; "scan-time must be between 5 and 60 seconds"