diff options
Diffstat (limited to 'templates/protocols/ospfv3/redistribute/bgp')
-rw-r--r-- | templates/protocols/ospfv3/redistribute/bgp/node.def | 2 | ||||
-rw-r--r-- | templates/protocols/ospfv3/redistribute/bgp/route-map/node.def | 2 |
2 files changed, 2 insertions, 2 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" |