summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/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/ospf/redistribute
parentbaa0d50c299c06ad5027f730d7a63e8eec6bef43 (diff)
downloadvyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.tar.gz
vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.zip
Remove verbs from help strings
Diffstat (limited to 'templates/protocols/ospf/redistribute')
-rw-r--r--templates/protocols/ospf/redistribute/bgp/metric-type/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/bgp/metric/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/bgp/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/bgp/route-map/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/connected/metric-type/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/connected/metric/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/connected/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/connected/route-map/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/kernel/metric-type/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/kernel/metric/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/kernel/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/kernel/route-map/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/rip/metric-type/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/rip/metric/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/rip/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/rip/route-map/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/static/metric-type/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/static/metric/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/static/node.def2
-rw-r--r--templates/protocols/ospf/redistribute/static/route-map/node.def2
21 files changed, 21 insertions, 21 deletions
diff --git a/templates/protocols/ospf/redistribute/bgp/metric-type/node.def b/templates/protocols/ospf/redistribute/bgp/metric-type/node.def
index 55ed97cc..e49f528c 100644
--- a/templates/protocols/ospf/redistribute/bgp/metric-type/node.def
+++ b/templates/protocols/ospf/redistribute/bgp/metric-type/node.def
@@ -1,5 +1,5 @@
type: u32
-help: Set OSPF metric type
+help: OSPF metric type
default: 2
syntax:expression: $VAR(@) in 1, 2 ; "metric-type must be either 1 or 2"
val_help: u32:1-2; Metric type (default 2)
diff --git a/templates/protocols/ospf/redistribute/bgp/metric/node.def b/templates/protocols/ospf/redistribute/bgp/metric/node.def
index 9d71b46a..87ba8418 100644
--- a/templates/protocols/ospf/redistribute/bgp/metric/node.def
+++ b/templates/protocols/ospf/redistribute/bgp/metric/node.def
@@ -1,4 +1,4 @@
type: u32
-help: Set metric for redistributed routes
+help: Metric for redistributed routes
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 16; "metric must be between 1 and 16"
val_help: u32:1-16; Metric for redistributed routes
diff --git a/templates/protocols/ospf/redistribute/bgp/node.def b/templates/protocols/ospf/redistribute/bgp/node.def
index 573b0e82..3630705c 100644
--- a/templates/protocols/ospf/redistribute/bgp/node.def
+++ b/templates/protocols/ospf/redistribute/bgp/node.def
@@ -1,4 +1,4 @@
-help: Set to redistribute BGP routes
+help: Redistribute BGP routes
delete:expression: "touch /tmp/ospf-redist-bgp.$PPID"
end: vtysh -c "configure terminal" \
-c "router ospf" \
diff --git a/templates/protocols/ospf/redistribute/bgp/route-map/node.def b/templates/protocols/ospf/redistribute/bgp/route-map/node.def
index cf70580f..a56f5668 100644
--- a/templates/protocols/ospf/redistribute/bgp/route-map/node.def
+++ b/templates/protocols/ospf/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/ospf/redistribute/connected/metric-type/node.def b/templates/protocols/ospf/redistribute/connected/metric-type/node.def
index 55ed97cc..e49f528c 100644
--- a/templates/protocols/ospf/redistribute/connected/metric-type/node.def
+++ b/templates/protocols/ospf/redistribute/connected/metric-type/node.def
@@ -1,5 +1,5 @@
type: u32
-help: Set OSPF metric type
+help: OSPF metric type
default: 2
syntax:expression: $VAR(@) in 1, 2 ; "metric-type must be either 1 or 2"
val_help: u32:1-2; Metric type (default 2)
diff --git a/templates/protocols/ospf/redistribute/connected/metric/node.def b/templates/protocols/ospf/redistribute/connected/metric/node.def
index 9d71b46a..87ba8418 100644
--- a/templates/protocols/ospf/redistribute/connected/metric/node.def
+++ b/templates/protocols/ospf/redistribute/connected/metric/node.def
@@ -1,4 +1,4 @@
type: u32
-help: Set metric for redistributed routes
+help: Metric for redistributed routes
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 16; "metric must be between 1 and 16"
val_help: u32:1-16; Metric for redistributed routes
diff --git a/templates/protocols/ospf/redistribute/connected/node.def b/templates/protocols/ospf/redistribute/connected/node.def
index 98b864fd..49944a71 100644
--- a/templates/protocols/ospf/redistribute/connected/node.def
+++ b/templates/protocols/ospf/redistribute/connected/node.def
@@ -1,4 +1,4 @@
-help: Set to redistribute connected routes
+help: Redistribute connected routes
delete:expression: "touch /tmp/ospf-redist-connected.$PPID"
end: vtysh -c "configure terminal" \
-c "router ospf" \
diff --git a/templates/protocols/ospf/redistribute/connected/route-map/node.def b/templates/protocols/ospf/redistribute/connected/route-map/node.def
index 3f570311..f2c6f7c2 100644
--- a/templates/protocols/ospf/redistribute/connected/route-map/node.def
+++ b/templates/protocols/ospf/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/ospf/redistribute/kernel/metric-type/node.def b/templates/protocols/ospf/redistribute/kernel/metric-type/node.def
index 55ed97cc..e49f528c 100644
--- a/templates/protocols/ospf/redistribute/kernel/metric-type/node.def
+++ b/templates/protocols/ospf/redistribute/kernel/metric-type/node.def
@@ -1,5 +1,5 @@
type: u32
-help: Set OSPF metric type
+help: OSPF metric type
default: 2
syntax:expression: $VAR(@) in 1, 2 ; "metric-type must be either 1 or 2"
val_help: u32:1-2; Metric type (default 2)
diff --git a/templates/protocols/ospf/redistribute/kernel/metric/node.def b/templates/protocols/ospf/redistribute/kernel/metric/node.def
index 9d71b46a..87ba8418 100644
--- a/templates/protocols/ospf/redistribute/kernel/metric/node.def
+++ b/templates/protocols/ospf/redistribute/kernel/metric/node.def
@@ -1,4 +1,4 @@
type: u32
-help: Set metric for redistributed routes
+help: Metric for redistributed routes
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 16; "metric must be between 1 and 16"
val_help: u32:1-16; Metric for redistributed routes
diff --git a/templates/protocols/ospf/redistribute/kernel/node.def b/templates/protocols/ospf/redistribute/kernel/node.def
index 5e2fc586..0ad09cf5 100644
--- a/templates/protocols/ospf/redistribute/kernel/node.def
+++ b/templates/protocols/ospf/redistribute/kernel/node.def
@@ -1,4 +1,4 @@
-help: Set to redistribute kernel routes
+help: Redistribute kernel routes
delete:expression: "touch /tmp/ospf-redist-kernel.$PPID"
end: vtysh -c "configure terminal" \
-c "router ospf" \
diff --git a/templates/protocols/ospf/redistribute/kernel/route-map/node.def b/templates/protocols/ospf/redistribute/kernel/route-map/node.def
index 3f570311..f2c6f7c2 100644
--- a/templates/protocols/ospf/redistribute/kernel/route-map/node.def
+++ b/templates/protocols/ospf/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/ospf/redistribute/node.def b/templates/protocols/ospf/redistribute/node.def
index 0f60ac58..00eefa88 100644
--- a/templates/protocols/ospf/redistribute/node.def
+++ b/templates/protocols/ospf/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/ospf/redistribute/rip/metric-type/node.def b/templates/protocols/ospf/redistribute/rip/metric-type/node.def
index 55ed97cc..e49f528c 100644
--- a/templates/protocols/ospf/redistribute/rip/metric-type/node.def
+++ b/templates/protocols/ospf/redistribute/rip/metric-type/node.def
@@ -1,5 +1,5 @@
type: u32
-help: Set OSPF metric type
+help: OSPF metric type
default: 2
syntax:expression: $VAR(@) in 1, 2 ; "metric-type must be either 1 or 2"
val_help: u32:1-2; Metric type (default 2)
diff --git a/templates/protocols/ospf/redistribute/rip/metric/node.def b/templates/protocols/ospf/redistribute/rip/metric/node.def
index 9d71b46a..87ba8418 100644
--- a/templates/protocols/ospf/redistribute/rip/metric/node.def
+++ b/templates/protocols/ospf/redistribute/rip/metric/node.def
@@ -1,4 +1,4 @@
type: u32
-help: Set metric for redistributed routes
+help: Metric for redistributed routes
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 16; "metric must be between 1 and 16"
val_help: u32:1-16; Metric for redistributed routes
diff --git a/templates/protocols/ospf/redistribute/rip/node.def b/templates/protocols/ospf/redistribute/rip/node.def
index 48552329..0dee3c0b 100644
--- a/templates/protocols/ospf/redistribute/rip/node.def
+++ b/templates/protocols/ospf/redistribute/rip/node.def
@@ -1,4 +1,4 @@
-help: Set to redistribute RIP routes
+help: Redistribute RIP routes
delete:expression: "touch /tmp/ospf-redist-rip.$PPID"
end: vtysh -c "configure terminal" \
-c "router ospf" \
diff --git a/templates/protocols/ospf/redistribute/rip/route-map/node.def b/templates/protocols/ospf/redistribute/rip/route-map/node.def
index 3f570311..f2c6f7c2 100644
--- a/templates/protocols/ospf/redistribute/rip/route-map/node.def
+++ b/templates/protocols/ospf/redistribute/rip/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/ospf/redistribute/static/metric-type/node.def b/templates/protocols/ospf/redistribute/static/metric-type/node.def
index 55ed97cc..e49f528c 100644
--- a/templates/protocols/ospf/redistribute/static/metric-type/node.def
+++ b/templates/protocols/ospf/redistribute/static/metric-type/node.def
@@ -1,5 +1,5 @@
type: u32
-help: Set OSPF metric type
+help: OSPF metric type
default: 2
syntax:expression: $VAR(@) in 1, 2 ; "metric-type must be either 1 or 2"
val_help: u32:1-2; Metric type (default 2)
diff --git a/templates/protocols/ospf/redistribute/static/metric/node.def b/templates/protocols/ospf/redistribute/static/metric/node.def
index 9d71b46a..87ba8418 100644
--- a/templates/protocols/ospf/redistribute/static/metric/node.def
+++ b/templates/protocols/ospf/redistribute/static/metric/node.def
@@ -1,4 +1,4 @@
type: u32
-help: Set metric for redistributed routes
+help: Metric for redistributed routes
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 16; "metric must be between 1 and 16"
val_help: u32:1-16; Metric for redistributed routes
diff --git a/templates/protocols/ospf/redistribute/static/node.def b/templates/protocols/ospf/redistribute/static/node.def
index a9fc42d1..4f1cfda6 100644
--- a/templates/protocols/ospf/redistribute/static/node.def
+++ b/templates/protocols/ospf/redistribute/static/node.def
@@ -1,4 +1,4 @@
-help: Set to redistribute static routes
+help: Redistribute static routes
delete:expression: "touch /tmp/ospf-redist-static.$PPID"
end: vtysh -c "configure terminal" \
-c "router ospf" \
diff --git a/templates/protocols/ospf/redistribute/static/route-map/node.def b/templates/protocols/ospf/redistribute/static/route-map/node.def
index 3f570311..f2c6f7c2 100644
--- a/templates/protocols/ospf/redistribute/static/route-map/node.def
+++ b/templates/protocols/ospf/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"