diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 15:52:43 -0800 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 15:52:43 -0800 |
commit | a14a495bec300781d2e1fe20fe3e7864985f2bca (patch) | |
tree | 90c34ce84c031cea9f6e3ad1b19c94e5cc8811ab /templates/protocols/static | |
parent | 29e2bf6a5282267867505edb194a4c0b09a9b8a7 (diff) | |
download | vyatta-cfg-quagga-a14a495bec300781d2e1fe20fe3e7864985f2bca.tar.gz vyatta-cfg-quagga-a14a495bec300781d2e1fe20fe3e7864985f2bca.zip |
added required keyword to help text.
Diffstat (limited to 'templates/protocols/static')
4 files changed, 4 insertions, 4 deletions
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 d98a223b..386874ec 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 +help: Set the 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-route6/node.tag/next-hop-interface/node.def b/templates/protocols/static/interface-route6/node.tag/next-hop-interface/node.def index d1c5e21f..4f23fc35 100644 --- a/templates/protocols/static/interface-route6/node.tag/next-hop-interface/node.def +++ b/templates/protocols/static/interface-route6/node.tag/next-hop-interface/node.def @@ -1,6 +1,6 @@ tag: type: txt -help: Set the next-hop interface +help: Set the 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/route/node.tag/next-hop/node.def b/templates/protocols/static/route/node.tag/next-hop/node.def index 943857f8..f3119da1 100644 --- a/templates/protocols/static/route/node.tag/next-hop/node.def +++ b/templates/protocols/static/route/node.tag/next-hop/node.def @@ -1,6 +1,6 @@ tag: type: ipv4 -help: Set the next-hop router +help: Set the next-hop router [REQUIRED] end: if [[ -z "$VAR(./disable)" ]] then diff --git a/templates/protocols/static/route6/node.tag/next-hop/node.def b/templates/protocols/static/route6/node.tag/next-hop/node.def index fdaa8ef4..a9a20c44 100644 --- a/templates/protocols/static/route6/node.tag/next-hop/node.def +++ b/templates/protocols/static/route6/node.tag/next-hop/node.def @@ -1,6 +1,6 @@ tag: type: ipv6 -help: Set the next-hop IPv6 router +help: Set the next-hop IPv6 router [REQUIRED] end: if [[ -z "$VAR(./disable)" ]] then |