summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@uffda.(none)>2007-11-02 15:17:27 -0700
committerStig Thormodsrud <stig@uffda.(none)>2007-11-02 15:17:27 -0700
commit99378be23aeb463c5c405c279bd474ab54c0669e (patch)
tree2b24e54d27987eaa6706db81d771be6e1d251624 /templates
parentee92745ae3d00f24583a058a1222659de50a8468 (diff)
downloadvyatta-cfg-quagga-99378be23aeb463c5c405c279bd474ab54c0669e.tar.gz
vyatta-cfg-quagga-99378be23aeb463c5c405c279bd474ab54c0669e.zip
Fix broken path to vtysh.
Diffstat (limited to 'templates')
-rw-r--r--templates/policy/route-map/node.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/policy/route-map/node.def b/templates/policy/route-map/node.def
index 9b5a830b..24c12467 100644
--- a/templates/policy/route-map/node.def
+++ b/templates/policy/route-map/node.def
@@ -2,4 +2,5 @@ tag:
type: txt
help: "Create route-map or enter route-map command mode"
syntax: pattern $(@) "^[-a-zA-Z0-9.]+$" ; "route-map $(@): name must be alpha-numeric"
-delete: "/opt/vyatta/sbin/vtysh -c\"configure terminal\" -c\"no route-map $(@)\" "
+delete: "/usr/bin/vtysh -c\"configure terminal\" -c\"no route-map $(@)\" "
+