diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-02-20 13:36:00 -0800 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-02-20 13:36:00 -0800 |
commit | c3cf64a0273fd728d07a1ab7dd3a3a421d2f23f1 (patch) | |
tree | e4c289e33099612892c271ceeaacacf4a68bf2c3 /templates/policy/route-map/node.def | |
parent | 582eded822fadc05a1b60656e8c9920399e6a7f9 (diff) | |
download | vyatta-cfg-quagga-c3cf64a0273fd728d07a1ab7dd3a3a421d2f23f1.tar.gz vyatta-cfg-quagga-c3cf64a0273fd728d07a1ab7dd3a3a421d2f23f1.zip |
fix for bug 2541--requires saving temporary file, plus script to walk tree and redefined nodes. a bit of a
pain.
Diffstat (limited to 'templates/policy/route-map/node.def')
-rw-r--r-- | templates/policy/route-map/node.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/policy/route-map/node.def b/templates/policy/route-map/node.def index 0a7c2841..dfdc6494 100644 --- a/templates/policy/route-map/node.def +++ b/templates/policy/route-map/node.def @@ -2,4 +2,3 @@ tag: type: txt help: Create route-map or enter route-map command mode syntax:expression: pattern $VAR(@) "^[-a-zA-Z0-9.]+$" ; "route-map $VAR(@): name must be alpha-numeric" -delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -n -c \"configure terminal\" -c \"no route-map $VAR(@)\" " |