diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-11-12 01:48:27 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-11-12 01:48:27 +0100 |
commit | 4a7745ab4000b8a958657b1393b822e26a2744b0 (patch) | |
tree | eff843a6b0552150326783c72f3d54c4aaec9a0f /templates/policy/route-map | |
parent | 6480b0036050ce669bfd5de2e8b709dd0c0cfdba (diff) | |
download | vyatta-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.def | 2 |
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(@)" |