diff options
Diffstat (limited to 'templates/protocols/ospfv3/redistribute')
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" |