summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/default-information
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/default-information
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/default-information')
-rw-r--r--templates/protocols/ospf/default-information/node.def2
-rw-r--r--templates/protocols/ospf/default-information/originate/always/node.def2
-rw-r--r--templates/protocols/ospf/default-information/originate/metric-type/node.def2
-rw-r--r--templates/protocols/ospf/default-information/originate/metric/node.def2
-rw-r--r--templates/protocols/ospf/default-information/originate/node.def2
-rw-r--r--templates/protocols/ospf/default-information/originate/route-map/node.def2
6 files changed, 6 insertions, 6 deletions
diff --git a/templates/protocols/ospf/default-information/node.def b/templates/protocols/ospf/default-information/node.def
index 7cd4ddbc..1c2edbe4 100644
--- a/templates/protocols/ospf/default-information/node.def
+++ b/templates/protocols/ospf/default-information/node.def
@@ -1 +1 @@
-help: Control distribution of default information
+help: Set to control distribution of default information
diff --git a/templates/protocols/ospf/default-information/originate/always/node.def b/templates/protocols/ospf/default-information/originate/always/node.def
index 31ce00db..7e238873 100644
--- a/templates/protocols/ospf/default-information/originate/always/node.def
+++ b/templates/protocols/ospf/default-information/originate/always/node.def
@@ -1 +1 @@
-help: Always advertise default route
+help: Set to always advertise default route
diff --git a/templates/protocols/ospf/default-information/originate/metric-type/node.def b/templates/protocols/ospf/default-information/originate/metric-type/node.def
index 5b6b6531..9878782f 100644
--- a/templates/protocols/ospf/default-information/originate/metric-type/node.def
+++ b/templates/protocols/ospf/default-information/originate/metric-type/node.def
@@ -1,5 +1,5 @@
type: u32
-help: OSPF metric type for default routes
+help: Set OSPF metric type for default routes
default: 2
syntax:expression: $VAR(@) in 1, 2 ; "metric must be either 1 or 2"
comp_help: possible completions:
diff --git a/templates/protocols/ospf/default-information/originate/metric/node.def b/templates/protocols/ospf/default-information/originate/metric/node.def
index 80609683..54ee5653 100644
--- a/templates/protocols/ospf/default-information/originate/metric/node.def
+++ b/templates/protocols/ospf/default-information/originate/metric/node.def
@@ -1,5 +1,5 @@
type: u32
-help: OSPF default metric
+help: Set OSPF default metric
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 16777214; "must be between 0-16777214"
comp_help: possible completions:
<0-16777214> Set default metric
diff --git a/templates/protocols/ospf/default-information/originate/node.def b/templates/protocols/ospf/default-information/originate/node.def
index 084d529e..73a8912e 100644
--- a/templates/protocols/ospf/default-information/originate/node.def
+++ b/templates/protocols/ospf/default-information/originate/node.def
@@ -1,4 +1,4 @@
-help: Distribute a default route
+help: Set to distribute a default route
delete: touch /tmp/ospf-default-info.$PPID
end: if [ -f "/tmp/ospf-default-info.$PPID" ]; then
${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \
diff --git a/templates/protocols/ospf/default-information/originate/route-map/node.def b/templates/protocols/ospf/default-information/originate/route-map/node.def
index c7943078..f5811b9d 100644
--- a/templates/protocols/ospf/default-information/originate/route-map/node.def
+++ b/templates/protocols/ospf/default-information/originate/route-map/node.def
@@ -1,2 +1,2 @@
type: txt
-help: Route map reference
+help: Set route map reference