summaryrefslogtreecommitdiff
path: root/templates/policy/route-map
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-11-12 01:48:27 +0100
committerDaniil Baturin <daniil@baturin.org>2018-11-12 01:48:27 +0100
commit4a7745ab4000b8a958657b1393b822e26a2744b0 (patch)
treeeff843a6b0552150326783c72f3d54c4aaec9a0f /templates/policy/route-map
parent6480b0036050ce669bfd5de2e8b709dd0c0cfdba (diff)
downloadvyatta-cfg-quagga-4a7745ab4000b8a958657b1393b822e26a2744b0.tar.gz
vyatta-cfg-quagga-4a7745ab4000b8a958657b1393b822e26a2744b0.zip
T991: fix the as-path-exclude removal command.
Diffstat (limited to 'templates/policy/route-map')
-rw-r--r--templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def b/templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def
index e29f9c39..b1ec7218 100644
--- a/templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def
+++ b/templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def
@@ -10,4 +10,4 @@ update: vtysh -c "configure terminal" \
delete: vtysh -c "configure terminal" \
-c "route-map $VAR(../../../@) $VAR(../../action/@) $VAR(../../@)" \
- -c "no set as-path exclude "
+ -c "no set as-path exclude $VAR(@)"