diff options
Diffstat (limited to 'templates/protocols/ospf/refresh/timers/node.def')
-rw-r--r-- | templates/protocols/ospf/refresh/timers/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospf/refresh/timers/node.def b/templates/protocols/ospf/refresh/timers/node.def index e6002cc0..3f094b4f 100644 --- a/templates/protocols/ospf/refresh/timers/node.def +++ b/templates/protocols/ospf/refresh/timers/node.def @@ -1,5 +1,5 @@ type: u32 -help: Set refresh timer +help: Refresh timer syntax:expression: $VAR(@) >= 10 && $VAR(@) <= 1800; "must be between 10-1800" val_help: u32:10-1800; Timer value in seconds |