summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/protocols/bgp/node.tag/peer-group/node.tag/timers/connect/node.def5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/protocols/bgp/node.tag/peer-group/node.tag/timers/connect/node.def b/templates/protocols/bgp/node.tag/peer-group/node.tag/timers/connect/node.def
deleted file mode 100644
index e236028f..00000000
--- a/templates/protocols/bgp/node.tag/peer-group/node.tag/timers/connect/node.def
+++ /dev/null
@@ -1,5 +0,0 @@
-type: u32
-help: Set the BGP connect timer for this peer-group
-comp_help: \1 <1-65535>\tconnect timer in seconds
- 0\t\tdisable connect timer
-syntax:expression: $VAR(@) >=0 && $VAR(@) <= 65535; "BGP connect timer must be between 0 and 65535"