diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-15 11:34:44 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@lenny.localdomain> | 2009-10-01 13:51:20 -0700 |
commit | 83aef96b5eefe8c851f3cac7492b71eed3afe51b (patch) | |
tree | 2c56d098f36f4f2c711d2c9a7065a35cdc7f360b /templates/qos-policy/drop-tail/node.def | |
parent | 78396db2d9b7b7a9f05fb2a27616cf37660b14d7 (diff) | |
download | vyatta-cfg-qos-83aef96b5eefe8c851f3cac7492b71eed3afe51b.tar.gz vyatta-cfg-qos-83aef96b5eefe8c851f3cac7492b71eed3afe51b.zip |
Fix update (apply-policy) at end
The $VAR(.) is not set on end node, so have to go hunting
for policy type.
Related to Bug 4545
(cherry picked from commit 39712bfaf390a4435218a14308cc6efa1a2d39b8)
Diffstat (limited to 'templates/qos-policy/drop-tail/node.def')
-rw-r--r-- | templates/qos-policy/drop-tail/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/qos-policy/drop-tail/node.def b/templates/qos-policy/drop-tail/node.def index 49561c3..1bbb25f 100644 --- a/templates/qos-policy/drop-tail/node.def +++ b/templates/qos-policy/drop-tail/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(.) $VAR(@) +end: /opt/vyatta/sbin/vyatta-qos.pl --apply-policy $VAR(@) |