diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-16 11:04:01 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-16 11:04:01 -0700 |
commit | 447b5430e8f4019e5d3b6e3f1f2025712d1c7b7f (patch) | |
tree | b8e400203eef75a6d7bdb8243396093949e4946e /templates/qos-policy/fair-queue/node.def | |
parent | 9e185e7a57dea2d5ae3a322df21eff9e8a531559 (diff) | |
download | vyatta-cfg-qos-447b5430e8f4019e5d3b6e3f1f2025712d1c7b7f.tar.gz vyatta-cfg-qos-447b5430e8f4019e5d3b6e3f1f2025712d1c7b7f.zip |
Remove extra quote that caused shell error in fair-queue
Bug 4590
Diffstat (limited to 'templates/qos-policy/fair-queue/node.def')
-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(@) |