summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/redistribute/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ospf/redistribute/kernel')
-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
4 files changed, 4 insertions, 4 deletions
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"