summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/timers/throttle
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ospf/timers/throttle')
-rw-r--r--templates/protocols/ospf/timers/throttle/spf/delay/node.def3
-rw-r--r--templates/protocols/ospf/timers/throttle/spf/initial-holdtime/node.def3
-rw-r--r--templates/protocols/ospf/timers/throttle/spf/max-holdtime/node.def3
3 files changed, 3 insertions, 6 deletions
diff --git a/templates/protocols/ospf/timers/throttle/spf/delay/node.def b/templates/protocols/ospf/timers/throttle/spf/delay/node.def
index 85d69c75..cd4c2a25 100644
--- a/templates/protocols/ospf/timers/throttle/spf/delay/node.def
+++ b/templates/protocols/ospf/timers/throttle/spf/delay/node.def
@@ -2,5 +2,4 @@ type: u32
help: Set delay (msec) from first change received till SPF calculation
default: 200
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 600000; "must be between 0-600000"
-comp_help: possible competions:
- <0-600000> Set delay in msec (default 200)
+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 ad5a297b..65dfb1a6 100644
--- a/templates/protocols/ospf/timers/throttle/spf/initial-holdtime/node.def
+++ b/templates/protocols/ospf/timers/throttle/spf/initial-holdtime/node.def
@@ -2,5 +2,4 @@ type: u32
help: Set initial hold time(msec) between consecutive SPF calculations
default: 1000
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 600000; "must be between 0-600000"
-comp_help: possible completions:
- <0-600000> Initial hold time in msec (default 1000)
+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 1cfa29b0..2c188c45 100644
--- a/templates/protocols/ospf/timers/throttle/spf/max-holdtime/node.def
+++ b/templates/protocols/ospf/timers/throttle/spf/max-holdtime/node.def
@@ -2,5 +2,4 @@ type: u32
help: Set maximum hold time (msec)
default: 10000
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 600000; "must be between 0-600000"
-comp_help: possible completions:
- <0-600000> Max hold time in msec (default 10000)
+val_help: u32:0-600000; Max hold time in msec (default 10000)