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/ospf | |
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/ospf')
-rw-r--r-- | templates/protocols/ospf/access-list/node.tag/export/node.def | 2 | ||||
-rw-r--r-- | templates/protocols/ospf/area/node.tag/network/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ospf/access-list/node.tag/export/node.def b/templates/protocols/ospf/access-list/node.tag/export/node.def index 0b1d1e1d..31806ebb 100644 --- a/templates/protocols/ospf/access-list/node.tag/export/node.def +++ b/templates/protocols/ospf/access-list/node.tag/export/node.def @@ -1,6 +1,6 @@ multi: type: txt -help: Set filter for outgoing routing updates +help: Set filter for outgoing routing updates [REQUIRED] syntax:expression: $VAR(@) in "bgp", "connected", "kernel", "rip", "static"; "Must be (bgp, connected, kernel, rip, or static)" create: vyatta-vtysh -c "configure terminal" \ -c "router ospf" \ diff --git a/templates/protocols/ospf/area/node.tag/network/node.def b/templates/protocols/ospf/area/node.tag/network/node.def index 99e6cf7e..55b2e632 100644 --- a/templates/protocols/ospf/area/node.tag/network/node.def +++ b/templates/protocols/ospf/area/node.tag/network/node.def @@ -1,6 +1,6 @@ multi: type: ipv4net -help: Set OSPF network +help: Set OSPF network [REQUIRED] syntax:expression: exec "${vyatta_sbindir}/check_prefix_boundary $VAR(@)" create:vyatta-vtysh -c "configure terminal" \ -c "router ospf" -c "network $VAR(@) area $VAR(../@)" |