From a14a495bec300781d2e1fe20fe3e7864985f2bca Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Mon, 30 Nov 2009 15:52:43 -0800 Subject: added required keyword to help text. --- .../static/interface-route/node.tag/next-hop-interface/node.def | 2 +- .../static/interface-route6/node.tag/next-hop-interface/node.def | 2 +- templates/protocols/static/route/node.tag/next-hop/node.def | 2 +- templates/protocols/static/route6/node.tag/next-hop/node.def | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/protocols/static') 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 -- cgit v1.2.3