summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMihail Vasilev <mick@corp.linkintel.ru>2016-04-19 12:21:58 +0000
committerUnicronNL <kim.sidney@gmail.com>2017-10-22 22:24:27 +0200
commitf948f7e10e726f9a43d1090e037aa57a1b9ff4f2 (patch)
tree246ed698cf984eb95e04be3e0ad3ba70a8fb9b9b /templates
parent046995cd6118bbdb9daa2b86d7f25bd4d1da349a (diff)
downloadvyatta-cfg-quagga-f948f7e10e726f9a43d1090e037aa57a1b9ff4f2.tar.gz
vyatta-cfg-quagga-f948f7e10e726f9a43d1090e037aa57a1b9ff4f2.zip
Fix.
Diffstat (limited to 'templates')
-rw-r--r--templates/protocols/ospf/route-map/node.def2
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(@)"