summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-16 11:04:01 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-16 11:04:01 -0700
commit447b5430e8f4019e5d3b6e3f1f2025712d1c7b7f (patch)
treeb8e400203eef75a6d7bdb8243396093949e4946e
parent9e185e7a57dea2d5ae3a322df21eff9e8a531559 (diff)
downloadvyatta-cfg-qos-447b5430e8f4019e5d3b6e3f1f2025712d1c7b7f.tar.gz
vyatta-cfg-qos-447b5430e8f4019e5d3b6e3f1f2025712d1c7b7f.zip
Remove extra quote that caused shell error in fair-queue
Bug 4590
-rw-r--r--templates/qos-policy/fair-queue/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/qos-policy/fair-queue/node.def b/templates/qos-policy/fair-queue/node.def
index 9af92ed..1966ab6 100644
--- a/templates/qos-policy/fair-queue/node.def
+++ b/templates/qos-policy/fair-queue/node.def
@@ -5,4 +5,4 @@ syntax:expression: pattern $VAR(@) "^[[:alnum:]][-_[:alnum:]]*$"
; "only alpha-numeric policy name allowed"
create: /opt/vyatta/sbin/vyatta-qos.pl --create-policy $VAR(.) $VAR(@)
delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-policy $VAR(@)
-end: /opt/vyatta/sbin/vyatta-qos.pl --apply-policy $VAR(@)"
+end: /opt/vyatta/sbin/vyatta-qos.pl --apply-policy $VAR(@)