diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 12:09:45 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 12:09:45 -0700 |
commit | e7652a229a81de89f754783287a7293c30457970 (patch) | |
tree | c0ebf145e57bbbfc69e9dcca2e58f2f3e2acff9c /templates/protocols/static/interface-route | |
parent | baa0d50c299c06ad5027f730d7a63e8eec6bef43 (diff) | |
download | vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.tar.gz vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.zip |
Remove verbs from help strings
Diffstat (limited to 'templates/protocols/static/interface-route')
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/protocols/static/interface-route/node.def b/templates/protocols/static/interface-route/node.def index 5b5f3efe..73dd97a3 100644 --- a/templates/protocols/static/interface-route/node.def +++ b/templates/protocols/static/interface-route/node.def @@ -1,6 +1,6 @@ tag: type: ipv4net -help: Set an interface-based static route +help: Interface based static route syntax:expression: exec "${vyatta_sbindir}/check_prefix_boundary $VAR(@)" commit:expression: $VAR(./next-hop-interface/) != "" ; \ diff --git a/templates/protocols/static/interface-route/node.tag/next-hop-interface/node.def b/templates/protocols/static/interface-route/node.tag/next-hop-interface/node.def index 7c0a0299..8c7f35fb 100644 --- a/templates/protocols/static/interface-route/node.tag/next-hop-interface/node.def +++ b/templates/protocols/static/interface-route/node.tag/next-hop-interface/node.def @@ -1,6 +1,6 @@ tag: type: txt -help: Set the next-hop interface [REQUIRED] +help: Next-hop interface [REQUIRED] # show all current interface # but syntax accepts any interface since it may exist later (ppp etc) allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show all diff --git a/templates/protocols/static/interface-route/node.tag/next-hop-interface/node.tag/distance/node.def b/templates/protocols/static/interface-route/node.tag/next-hop-interface/node.tag/distance/node.def index 9b72a0c7..61abcc65 100644 --- a/templates/protocols/static/interface-route/node.tag/next-hop-interface/node.tag/distance/node.def +++ b/templates/protocols/static/interface-route/node.tag/next-hop-interface/node.tag/distance/node.def @@ -1,4 +1,4 @@ type: u32 -help: Set distance value for this route +help: Distance value for this route syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 255; "Must be between (1-255)" val_help: u32:1-255; Distance for this route |