diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-16 11:04:01 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@lenny.localdomain> | 2009-10-01 13:51:21 -0700 |
commit | f35ca4081ade052dd2e050c12915ae1e56c834db (patch) | |
tree | 049e22b3eedb5f21744d699d08fef840783ff4a9 | |
parent | 54aa517fcde3cb0165a06c72aa008e81e6689a4e (diff) | |
download | vyatta-cfg-qos-f35ca4081ade052dd2e050c12915ae1e56c834db.tar.gz vyatta-cfg-qos-f35ca4081ade052dd2e050c12915ae1e56c834db.zip |
Remove extra quote that caused shell error in fair-queue
Bug 4590
(cherry picked from commit 447b5430e8f4019e5d3b6e3f1f2025712d1c7b7f)
-rw-r--r-- | templates/qos-policy/fair-queue/node.def | 2 |
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(@) |