diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-20 10:04:41 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-20 10:04:41 -0700 |
commit | d3366af025f4698801c0a51cdd9bbb88fea83ea0 (patch) | |
tree | 1c024f0880aef57c54a465e1f814037560dfecbd /interface-templates/ip/rip/authentication/md5/node.def | |
parent | 00dce23d0a216a5f2c1a20dd21aec66d954d6963 (diff) | |
download | vyatta-cfg-quagga-d3366af025f4698801c0a51cdd9bbb88fea83ea0.tar.gz vyatta-cfg-quagga-d3366af025f4698801c0a51cdd9bbb88fea83ea0.zip |
Convert interface templates to use val_help:
Diffstat (limited to 'interface-templates/ip/rip/authentication/md5/node.def')
-rw-r--r-- | interface-templates/ip/rip/authentication/md5/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-templates/ip/rip/authentication/md5/node.def b/interface-templates/ip/rip/authentication/md5/node.def index 8d165fe6..ad45eb1b 100644 --- a/interface-templates/ip/rip/authentication/md5/node.def +++ b/interface-templates/ip/rip/authentication/md5/node.def @@ -1,6 +1,6 @@ tag: type: u32 -help: Set MD5 authentication key ID +help: MD5 authentication parameters syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 255; \ "ID must be between 1 and 255" |