diff options
Diffstat (limited to 'templates/protocols/ospf/mpls-te')
-rw-r--r-- | templates/protocols/ospf/mpls-te/enable/node.def | 2 | ||||
-rw-r--r-- | templates/protocols/ospf/mpls-te/node.def | 2 | ||||
-rw-r--r-- | templates/protocols/ospf/mpls-te/router-address/node.def | 2 |
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(@)\"; " |