diff options
Diffstat (limited to 'templates/protocols/ospf/route-map/node.def')
-rw-r--r-- | templates/protocols/ospf/route-map/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospf/route-map/node.def b/templates/protocols/ospf/route-map/node.def index 2a877608..631eec22 100644 --- a/templates/protocols/ospf/route-map/node.def +++ b/templates/protocols/ospf/route-map/node.def @@ -2,5 +2,5 @@ type: txt help: Filter routes installed in local route map commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"route-map $VAR(@) doesn't exist" end: vtysh -c "configure terminal" \ - -c "no ip protocol ospf route-map" \ + -c "no ip protocol ospf" \ -c "ip protocol ospf route-map $VAR(@)" |