diff options
Diffstat (limited to 'templates/protocols/ospf/timers/throttle/spf/max-holdtime')
-rw-r--r-- | templates/protocols/ospf/timers/throttle/spf/max-holdtime/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
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 0577b425..b9eb7748 100644 --- a/templates/protocols/ospf/timers/throttle/spf/max-holdtime/node.def +++ b/templates/protocols/ospf/timers/throttle/spf/max-holdtime/node.def @@ -2,3 +2,5 @@ type: u32 help: 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) |