summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/access-list
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2008-04-10 04:30:40 +0000
committerMohit Mehta <mohit.mehta@vyatta.com>2008-04-10 04:30:40 +0000
commit17a6da10c0fcb87edcad978daa1f1462515cc011 (patch)
tree0f37bdc69f71f15f846b06d9264352d3cf3556e5 /templates/protocols/ospf/access-list
parentc9b4583f38f4bc7fedef6f05d31ef7ea2020473a (diff)
downloadvyatta-cfg-quagga-17a6da10c0fcb87edcad978daa1f1462515cc011.tar.gz
vyatta-cfg-quagga-17a6da10c0fcb87edcad978daa1f1462515cc011.zip
Fix Bug 3069 Help strings should be standardized
- help strings standardized in vyatta-cfg-quagga
Diffstat (limited to 'templates/protocols/ospf/access-list')
-rw-r--r--templates/protocols/ospf/access-list/node.def2
-rw-r--r--templates/protocols/ospf/access-list/node.tag/export/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ospf/access-list/node.def b/templates/protocols/ospf/access-list/node.def
index e806f106..9186918a 100644
--- a/templates/protocols/ospf/access-list/node.def
+++ b/templates/protocols/ospf/access-list/node.def
@@ -1,4 +1,4 @@
tag:
type: u32
commit:expression: $VAR(./export/) != ""; "must add protocol to filter"
-help: Access-list to filter networks in routing updates
+help: Set access-list to filter networks in routing updates
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 b553053c..15855424 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: Filter outgoing routing updates
+help: Set filter for outgoing routing updates
syntax:expression: $VAR(@) in "bgp", "connected", "kernel", "rip", "static"; "Must be (bgp, connected, kernel, rip, or static)"
create: ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \
-c "router ospf" \