summaryrefslogtreecommitdiff
path: root/templates/protocols/ospfv3/redistribute
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-21 12:09:45 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-21 12:09:45 -0700
commite7652a229a81de89f754783287a7293c30457970 (patch)
treec0ebf145e57bbbfc69e9dcca2e58f2f3e2acff9c /templates/protocols/ospfv3/redistribute
parentbaa0d50c299c06ad5027f730d7a63e8eec6bef43 (diff)
downloadvyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.tar.gz
vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.zip
Remove verbs from help strings
Diffstat (limited to 'templates/protocols/ospfv3/redistribute')
-rw-r--r--templates/protocols/ospfv3/redistribute/bgp/node.def2
-rw-r--r--templates/protocols/ospfv3/redistribute/bgp/route-map/node.def2
-rw-r--r--templates/protocols/ospfv3/redistribute/connected/node.def2
-rw-r--r--templates/protocols/ospfv3/redistribute/connected/route-map/node.def2
-rw-r--r--templates/protocols/ospfv3/redistribute/kernel/node.def2
-rw-r--r--templates/protocols/ospfv3/redistribute/kernel/route-map/node.def2
-rw-r--r--templates/protocols/ospfv3/redistribute/node.def2
-rw-r--r--templates/protocols/ospfv3/redistribute/ripng/node.def2
-rw-r--r--templates/protocols/ospfv3/redistribute/ripng/route-map/node.def2
-rw-r--r--templates/protocols/ospfv3/redistribute/static/node.def2
-rw-r--r--templates/protocols/ospfv3/redistribute/static/route-map/node.def2
11 files changed, 11 insertions, 11 deletions
diff --git a/templates/protocols/ospfv3/redistribute/bgp/node.def b/templates/protocols/ospfv3/redistribute/bgp/node.def
index 72ea520e..3541a9a4 100644
--- a/templates/protocols/ospfv3/redistribute/bgp/node.def
+++ b/templates/protocols/ospfv3/redistribute/bgp/node.def
@@ -1,4 +1,4 @@
-help: Set to redistribute bgp routes
+help: Redistribute bgp routes
end: vtysh -c "configure terminal" \
-c "router ospf6" \
diff --git a/templates/protocols/ospfv3/redistribute/bgp/route-map/node.def b/templates/protocols/ospfv3/redistribute/bgp/route-map/node.def
index cf70580f..a56f5668 100644
--- a/templates/protocols/ospfv3/redistribute/bgp/route-map/node.def
+++ b/templates/protocols/ospfv3/redistribute/bgp/route-map/node.def
@@ -1,4 +1,4 @@
type: txt
-help: Set route map reference
+help: Route map reference
commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"route-map $VAR(@) doesn't exist"
diff --git a/templates/protocols/ospfv3/redistribute/connected/node.def b/templates/protocols/ospfv3/redistribute/connected/node.def
index ee7cd585..d9b43cb0 100644
--- a/templates/protocols/ospfv3/redistribute/connected/node.def
+++ b/templates/protocols/ospfv3/redistribute/connected/node.def
@@ -1,4 +1,4 @@
-help: Set to redistribute connected routes
+help: Redistribute connected routes
end: vtysh -c "configure terminal" \
-c "router ospf6" \
diff --git a/templates/protocols/ospfv3/redistribute/connected/route-map/node.def b/templates/protocols/ospfv3/redistribute/connected/route-map/node.def
index 3f570311..f2c6f7c2 100644
--- a/templates/protocols/ospfv3/redistribute/connected/route-map/node.def
+++ b/templates/protocols/ospfv3/redistribute/connected/route-map/node.def
@@ -1,3 +1,3 @@
type: txt
-help: Set route map reference
+help: Route map reference
commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"route-map $VAR(@) doesn't exist"
diff --git a/templates/protocols/ospfv3/redistribute/kernel/node.def b/templates/protocols/ospfv3/redistribute/kernel/node.def
index f61cb564..78fe7d36 100644
--- a/templates/protocols/ospfv3/redistribute/kernel/node.def
+++ b/templates/protocols/ospfv3/redistribute/kernel/node.def
@@ -1,4 +1,4 @@
-help: Set to redistribute kernel routes
+help: Redistribute kernel routes
end: vtysh -c "configure terminal" \
-c "router ospf6" \
diff --git a/templates/protocols/ospfv3/redistribute/kernel/route-map/node.def b/templates/protocols/ospfv3/redistribute/kernel/route-map/node.def
index 3f570311..f2c6f7c2 100644
--- a/templates/protocols/ospfv3/redistribute/kernel/route-map/node.def
+++ b/templates/protocols/ospfv3/redistribute/kernel/route-map/node.def
@@ -1,3 +1,3 @@
type: txt
-help: Set route map reference
+help: Route map reference
commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"route-map $VAR(@) doesn't exist"
diff --git a/templates/protocols/ospfv3/redistribute/node.def b/templates/protocols/ospfv3/redistribute/node.def
index 0f60ac58..00eefa88 100644
--- a/templates/protocols/ospfv3/redistribute/node.def
+++ b/templates/protocols/ospfv3/redistribute/node.def
@@ -1 +1 @@
-help: Set to redistribute information from another routing protocol
+help: Redistribute information from another routing protocol
diff --git a/templates/protocols/ospfv3/redistribute/ripng/node.def b/templates/protocols/ospfv3/redistribute/ripng/node.def
index 6732c9da..f418999a 100644
--- a/templates/protocols/ospfv3/redistribute/ripng/node.def
+++ b/templates/protocols/ospfv3/redistribute/ripng/node.def
@@ -1,4 +1,4 @@
-help: Set to redistribute RIPNG routes
+help: Redistribute RIPNG routes
end: vtysh -c "configure terminal" \
-c "router ospf6" \
diff --git a/templates/protocols/ospfv3/redistribute/ripng/route-map/node.def b/templates/protocols/ospfv3/redistribute/ripng/route-map/node.def
index 3f570311..f2c6f7c2 100644
--- a/templates/protocols/ospfv3/redistribute/ripng/route-map/node.def
+++ b/templates/protocols/ospfv3/redistribute/ripng/route-map/node.def
@@ -1,3 +1,3 @@
type: txt
-help: Set route map reference
+help: Route map reference
commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"route-map $VAR(@) doesn't exist"
diff --git a/templates/protocols/ospfv3/redistribute/static/node.def b/templates/protocols/ospfv3/redistribute/static/node.def
index df31b1b1..d82d5f05 100644
--- a/templates/protocols/ospfv3/redistribute/static/node.def
+++ b/templates/protocols/ospfv3/redistribute/static/node.def
@@ -1,4 +1,4 @@
-help: Set to redistribute static routes
+help: Redistribute static routes
end: vtysh -c "configure terminal" \
-c "router ospf6" \
diff --git a/templates/protocols/ospfv3/redistribute/static/route-map/node.def b/templates/protocols/ospfv3/redistribute/static/route-map/node.def
index 3f570311..f2c6f7c2 100644
--- a/templates/protocols/ospfv3/redistribute/static/route-map/node.def
+++ b/templates/protocols/ospfv3/redistribute/static/route-map/node.def
@@ -1,3 +1,3 @@
type: txt
-help: Set route map reference
+help: Route map reference
commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"route-map $VAR(@) doesn't exist"