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/update | |
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/update')
-rw-r--r-- | templates/protocols/rip/timers/update/node.def | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/protocols/rip/timers/update/node.def b/templates/protocols/rip/timers/update/node.def index 24d6bc09..6a48225f 100644 --- a/templates/protocols/rip/timers/update/node.def +++ b/templates/protocols/rip/timers/update/node.def @@ -1,5 +1,7 @@ type: u32 default: 30 -help: Routing table update timer in seconds. Default is 30. -syntax:expression: $VAR(@) >= 5 && $VAR(@) <= 2147483647; "Update timer must be between 5 and 2147483647" - +help: Routing table update timer +syntax:expression: $VAR(@) >= 5 && $VAR(@) <= 2147483647; \ + "Update timer must be between 5 and 2147483647" +comp_help: possible completions: + <5-2147483647> Routing table update timer in seconds (default 30) |