summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/mpls-te
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/mpls-te
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/mpls-te')
-rw-r--r--templates/protocols/ospf/mpls-te/enable/node.def2
-rw-r--r--templates/protocols/ospf/mpls-te/node.def2
-rw-r--r--templates/protocols/ospf/mpls-te/router-address/node.def2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/protocols/ospf/mpls-te/enable/node.def b/templates/protocols/ospf/mpls-te/enable/node.def
index 2ab09a62..4ea46008 100644
--- a/templates/protocols/ospf/mpls-te/enable/node.def
+++ b/templates/protocols/ospf/mpls-te/enable/node.def
@@ -1,4 +1,4 @@
-help: Enable the MPLS-TE functionality
+help: Enable MPLS-TE functionality
create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \
-c \"router ospf\" \
-c \"mpls-te on\"; "
diff --git a/templates/protocols/ospf/mpls-te/node.def b/templates/protocols/ospf/mpls-te/node.def
index 691c56d6..e138a407 100644
--- a/templates/protocols/ospf/mpls-te/node.def
+++ b/templates/protocols/ospf/mpls-te/node.def
@@ -1 +1 @@
-help: Configure MPLS-TE parameters
+help: Set MultiProtocol Label Switching-Traffic Engineering (MPLS-TE) parameters
diff --git a/templates/protocols/ospf/mpls-te/router-address/node.def b/templates/protocols/ospf/mpls-te/router-address/node.def
index 9c70bd29..a082f3f7 100644
--- a/templates/protocols/ospf/mpls-te/router-address/node.def
+++ b/templates/protocols/ospf/mpls-te/router-address/node.def
@@ -1,5 +1,5 @@
type: ipv4
-help: Stable IP address of the advertising router
+help: Set stable IP address of the advertising router
update:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \
-c \"router ospf\" \
-c \"mpls-te router-address $VAR(@)\"; "