diff options
author | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2007-11-05 14:47:02 -0800 |
---|---|---|
committer | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2007-11-05 14:47:02 -0800 |
commit | f6d78b37ef2c22f273484ccf68aa50e00facf4bf (patch) | |
tree | 95fe13634a9fab3f5ead9b708798cae4c747a9d4 /templates/protocols/rip | |
parent | 99378be23aeb463c5c405c279bd474ab54c0669e (diff) | |
download | vyatta-cfg-quagga-f6d78b37ef2c22f273484ccf68aa50e00facf4bf.tar.gz vyatta-cfg-quagga-f6d78b37ef2c22f273484ccf68aa50e00facf4bf.zip |
Help text modifications
Diffstat (limited to 'templates/protocols/rip')
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/protocols/rip/interface/node.tag/network/node.tag/distribute-list/node.def b/templates/protocols/rip/interface/node.tag/network/node.tag/distribute-list/node.def index 0de08fbd..59eacb5a 100644 --- a/templates/protocols/rip/interface/node.tag/network/node.tag/distribute-list/node.def +++ b/templates/protocols/rip/interface/node.tag/network/node.tag/distribute-list/node.def @@ -1 +1 @@ -help: "direction of redistribution" +help: "Direction of redistribution" diff --git a/templates/protocols/rip/interface/node.tag/network/node.tag/split-horizon/node.def b/templates/protocols/rip/interface/node.tag/network/node.tag/split-horizon/node.def index 82cb152a..cb52087d 100644 --- a/templates/protocols/rip/interface/node.tag/network/node.tag/split-horizon/node.def +++ b/templates/protocols/rip/interface/node.tag/network/node.tag/split-horizon/node.def @@ -1,4 +1,4 @@ -help: "enable split horizon on this interface" +help: "Enable split horizon on this interface" create: "/usr/bin/vtysh -c \"configure terminal\" -c \"interface $(../../@)\" \ -c \"ip rip split-horizon\" " delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"interface $(../../@)\" \ diff --git a/templates/protocols/rip/interface/node.tag/network/node.tag/split-horizon/poison-reverse/node.def b/templates/protocols/rip/interface/node.tag/network/node.tag/split-horizon/poison-reverse/node.def index a7631d44..c32d7012 100644 --- a/templates/protocols/rip/interface/node.tag/network/node.tag/split-horizon/poison-reverse/node.def +++ b/templates/protocols/rip/interface/node.tag/network/node.tag/split-horizon/poison-reverse/node.def @@ -1,4 +1,4 @@ -help: "with poison-reverse" +help: "With poison reverse" create: "/usr/bin/vtysh -c \"configure terminal\" -c \"interface $(../../../@)\" \ -c \"ip rip split-horizon poisoned-reverse\" " delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"interface $(../../../@)\" \ |