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/garbage-collection/node.def | |
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/garbage-collection/node.def')
-rw-r--r-- | templates/protocols/rip/timers/garbage-collection/node.def | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/protocols/rip/timers/garbage-collection/node.def b/templates/protocols/rip/timers/garbage-collection/node.def index c30b35e4..2a7b2bc9 100644 --- a/templates/protocols/rip/timers/garbage-collection/node.def +++ b/templates/protocols/rip/timers/garbage-collection/node.def @@ -1,6 +1,7 @@ type: u32 default: 120 -help: Garbage collection timer. Default is 120. -syntax:expression: $VAR(@) >= 5 && $VAR(@) <= 2147483647; "Garbage collection timer must be between 5 and 2147483647" - - +help: Garbage collection timer +syntax:expression: $VAR(@) >= 5 && $VAR(@) <= 2147483647; \ + "Garbage collection timer must be between 5 and 2147483647" +comp_help: possible completions: + <5-2147483647> Garbage colletion time (default 120) |