summaryrefslogtreecommitdiff
path: root/templates/qos-policy/fair-queue/node.def
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-08 13:29:28 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-08 13:29:28 -0700
commit591e6f4ff4fa62374b8088e16022affd37db7699 (patch)
tree308bc918470de94b50061c475f18b4f209a313ca /templates/qos-policy/fair-queue/node.def
parentebb84fd5697b916a1b2413fe722eea6e2a777faf (diff)
downloadvyatta-cfg-qos-591e6f4ff4fa62374b8088e16022affd37db7699.tar.gz
vyatta-cfg-qos-591e6f4ff4fa62374b8088e16022affd37db7699.zip
Move apply from top level into policy nodes
Makes code simpler and will work better with config system. Also eliminates need for isChanged() code.
Diffstat (limited to 'templates/qos-policy/fair-queue/node.def')
-rw-r--r--templates/qos-policy/fair-queue/node.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/qos-policy/fair-queue/node.def b/templates/qos-policy/fair-queue/node.def
index aee9aa3..ebe6274 100644
--- a/templates/qos-policy/fair-queue/node.def
+++ b/templates/qos-policy/fair-queue/node.def
@@ -5,3 +5,4 @@ syntax:expression: pattern $VAR(@) "^[[:alnum:]][-_[:alnum:]]*$"
; "only alpha-numeric policy name allowed"
update: /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(@)"