diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-24 08:26:00 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-24 08:26:00 -0700 |
commit | 6b828ffee87a7cf5f4ccd0b6921f1b3655892f01 (patch) | |
tree | 3c726e076f4ccd13ac92239f1250ff0a883214c2 /templates | |
parent | ef8f17921c4808c2dbe15e18fd4765e5344eb23a (diff) | |
download | vyatta-cfg-qos-6b828ffee87a7cf5f4ccd0b6921f1b3655892f01.tar.gz vyatta-cfg-qos-6b828ffee87a7cf5f4ccd0b6921f1b3655892f01.zip |
Handle updates to existing vif qos
Need to change policy on update, not just create.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/interfaces/ethernet/node.tag/vif/node.tag/qos-policy/out/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/qos-policy/out/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/qos-policy/out/node.def index 60f003a..df0ea43 100644 --- a/templates/interfaces/ethernet/node.tag/vif/node.tag/qos-policy/out/node.def +++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/qos-policy/out/node.def @@ -2,7 +2,7 @@ type: txt help: Set outbound QOS policy allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy out create: sudo ip link set dev $VAR(../../../@).$VAR(../../@) txqueuelen 100 - /opt/vyatta/sbin/vyatta-qos.pl \ +update: /opt/vyatta/sbin/vyatta-qos.pl \ --update-interface $VAR(../../../@).$VAR(../../@) $VAR(.) $VAR(@) delete: /opt/vyatta/sbin/vyatta-qos.pl \ --delete-interface $VAR(../../../@).$VAR(../../@) $VAR(.) |