From 12685da7bde57245dcb1f58f48520fa84b959455 Mon Sep 17 00:00:00 2001 From: Mihail Vasilev Date: Tue, 19 Apr 2016 12:21:58 +0000 Subject: Fix. --- templates/protocols/ospf/route-map/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(@)" -- cgit v1.2.3