summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/timers/throttle
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-21 12:09:45 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-21 12:09:45 -0700
commite7652a229a81de89f754783287a7293c30457970 (patch)
treec0ebf145e57bbbfc69e9dcca2e58f2f3e2acff9c /templates/protocols/ospf/timers/throttle
parentbaa0d50c299c06ad5027f730d7a63e8eec6bef43 (diff)
downloadvyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.tar.gz
vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.zip
Remove verbs from help strings
Diffstat (limited to 'templates/protocols/ospf/timers/throttle')
-rw-r--r--templates/protocols/ospf/timers/throttle/node.def2
-rw-r--r--templates/protocols/ospf/timers/throttle/spf/delay/node.def2
-rw-r--r--templates/protocols/ospf/timers/throttle/spf/initial-holdtime/node.def2
-rw-r--r--templates/protocols/ospf/timers/throttle/spf/max-holdtime/node.def2
-rw-r--r--templates/protocols/ospf/timers/throttle/spf/node.def2
5 files changed, 5 insertions, 5 deletions
diff --git a/templates/protocols/ospf/timers/throttle/node.def b/templates/protocols/ospf/timers/throttle/node.def
index 6389a9c3..0854aae8 100644
--- a/templates/protocols/ospf/timers/throttle/node.def
+++ b/templates/protocols/ospf/timers/throttle/node.def
@@ -1 +1 @@
-help: Set throttling adaptive timers
+help: Throttling adaptive timers
diff --git a/templates/protocols/ospf/timers/throttle/spf/delay/node.def b/templates/protocols/ospf/timers/throttle/spf/delay/node.def
index cd4c2a25..14189c16 100644
--- a/templates/protocols/ospf/timers/throttle/spf/delay/node.def
+++ b/templates/protocols/ospf/timers/throttle/spf/delay/node.def
@@ -1,5 +1,5 @@
type: u32
-help: Set delay (msec) from first change received till SPF calculation
+help: Delay (msec) from first change received till SPF calculation
default: 200
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 600000; "must be between 0-600000"
val_help: u32:0-600000; Delay in msec (default 200)
diff --git a/templates/protocols/ospf/timers/throttle/spf/initial-holdtime/node.def b/templates/protocols/ospf/timers/throttle/spf/initial-holdtime/node.def
index 65dfb1a6..1f095b95 100644
--- a/templates/protocols/ospf/timers/throttle/spf/initial-holdtime/node.def
+++ b/templates/protocols/ospf/timers/throttle/spf/initial-holdtime/node.def
@@ -1,5 +1,5 @@
type: u32
-help: Set initial hold time(msec) between consecutive SPF calculations
+help: Initial hold time(msec) between consecutive SPF calculations
default: 1000
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 600000; "must be between 0-600000"
val_help: u32:0-600000; Initial hold time in msec (default 1000)
diff --git a/templates/protocols/ospf/timers/throttle/spf/max-holdtime/node.def b/templates/protocols/ospf/timers/throttle/spf/max-holdtime/node.def
index 2c188c45..fd26a404 100644
--- a/templates/protocols/ospf/timers/throttle/spf/max-holdtime/node.def
+++ b/templates/protocols/ospf/timers/throttle/spf/max-holdtime/node.def
@@ -1,5 +1,5 @@
type: u32
-help: Set maximum hold time (msec)
+help: Maximum hold time (msec)
default: 10000
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 600000; "must be between 0-600000"
val_help: u32:0-600000; Max hold time in msec (default 10000)
diff --git a/templates/protocols/ospf/timers/throttle/spf/node.def b/templates/protocols/ospf/timers/throttle/spf/node.def
index 1600d41c..a80e7bcc 100644
--- a/templates/protocols/ospf/timers/throttle/spf/node.def
+++ b/templates/protocols/ospf/timers/throttle/spf/node.def
@@ -1,4 +1,4 @@
-help: Set OSPF SPF timers
+help: OSPF SPF timers
delete: touch /tmp/ospf-timer.$PPID
end: if [ -f "/tmp/ospf-timer.$PPID" ]; then
vtysh -c "configure terminal" \