diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-02-12 18:30:46 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-02-12 18:30:46 -0800 |
commit | bfc47df97acb41cd4c7acbd7a4b1c46f258acd36 (patch) | |
tree | 1f744ce4bf524ec212696eff1d49b78699c7988a /templates/protocols/rip/timers/timeout | |
parent | be79857b1dbf5bd9a66e685b6aff8aa1bf778b04 (diff) | |
download | vyatta-cfg-quagga-bfc47df97acb41cd4c7acbd7a4b1c46f258acd36.tar.gz vyatta-cfg-quagga-bfc47df97acb41cd4c7acbd7a4b1c46f258acd36.zip |
Fix 2813 'show configuration all' does not display all default
Diffstat (limited to 'templates/protocols/rip/timers/timeout')
-rw-r--r-- | templates/protocols/rip/timers/timeout/node.def | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/protocols/rip/timers/timeout/node.def b/templates/protocols/rip/timers/timeout/node.def index cc7f2fe5..907662f0 100644 --- a/templates/protocols/rip/timers/timeout/node.def +++ b/templates/protocols/rip/timers/timeout/node.def @@ -1,4 +1,7 @@ type: u32 default: 180 -help: Routing information timeout timer. Default is 180. -syntax:expression: $VAR(@) >= 5 && $VAR(@) <= 2147483647; "Timeout timer must be between 5 and 2147483647" +help: Routing information timeout timer +syntax:expression: $VAR(@) >= 5 && $VAR(@) <= 2147483647; \ + "Timeout timer must be between 5 and 2147483647" +comp_help: possible completions: + <5-2147483647> Routing information timeout timer (default 180) |