summaryrefslogtreecommitdiff
path: root/interface-templates
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-04-15 16:05:38 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-04-15 16:05:38 -0700
commit4a59bd28bf2d7c901505be21db4bc12415f0711d (patch)
tree83071a84292b9d5af68d04f04e37e9044e93d691 /interface-templates
parentdcb38ff84cd943eeee3c78754d93507796224fba (diff)
downloadvyatta-cfg-qos-4a59bd28bf2d7c901505be21db4bc12415f0711d.tar.gz
vyatta-cfg-qos-4a59bd28bf2d7c901505be21db4bc12415f0711d.zip
Fix modification of input-policy
If policy changes, then the whole ingress qdisc needs to be reloaded.
Diffstat (limited to 'interface-templates')
-rw-r--r--interface-templates/input-policy/node.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/interface-templates/input-policy/node.def b/interface-templates/input-policy/node.def
index 094375e..4f25d62 100644
--- a/interface-templates/input-policy/node.def
+++ b/interface-templates/input-policy/node.def
@@ -1,3 +1,2 @@
help: Set incoming packet policy
-update: /opt/vyatta/sbin/vyatta-qos.pl --update-ingress $IFNAME
-delete: sudo tc qdisc del dev $IFNAME ingress 2>/dev/null
+end: /opt/vyatta/sbin/vyatta-qos.pl --update-ingress $IFNAME