diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 12:09:45 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 12:09:45 -0700 |
commit | e7652a229a81de89f754783287a7293c30457970 (patch) | |
tree | c0ebf145e57bbbfc69e9dcca2e58f2f3e2acff9c /templates/protocols/ospf/timers/throttle | |
parent | baa0d50c299c06ad5027f730d7a63e8eec6bef43 (diff) | |
download | vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.tar.gz vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.zip |
Remove verbs from help strings
Diffstat (limited to 'templates/protocols/ospf/timers/throttle')
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" \ |