summaryrefslogtreecommitdiff
path: root/templates/interfaces/tunnel
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-18 11:54:35 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-18 11:54:35 -0700
commit79f6abbfcb12522b3620583eb6e62e4ff539c25a (patch)
treef78c4e8fdcbf8e0c319211fba63d5c5f8256f180 /templates/interfaces/tunnel
parentb3c5e8fa57e586b06213b303d13cc349e3e1bf50 (diff)
downloadvyatta-cfg-qos-79f6abbfcb12522b3620583eb6e62e4ff539c25a.tar.gz
vyatta-cfg-qos-79f6abbfcb12522b3620583eb6e62e4ff539c25a.zip
Don't change transmit queue length
Unnecessary to change txq length and breaks things.
Diffstat (limited to 'templates/interfaces/tunnel')
-rw-r--r--templates/interfaces/tunnel/node.tag/qos-policy/out/node.def4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/interfaces/tunnel/node.tag/qos-policy/out/node.def b/templates/interfaces/tunnel/node.tag/qos-policy/out/node.def
index 13c78af..c81b651 100644
--- a/templates/interfaces/tunnel/node.tag/qos-policy/out/node.def
+++ b/templates/interfaces/tunnel/node.tag/qos-policy/out/node.def
@@ -1,7 +1,5 @@
type: txt
help: Set the tunnel QoS policy
allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy out
-update: sudo ip link set dev $VAR(../../../@).$VAR(../../@) txqueuelen 100
- /opt/vyatta/sbin/vyatta-qos.pl --update-interface $VAR(../../@) $VAR(.) $VAR(@)
+update: /opt/vyatta/sbin/vyatta-qos.pl --update-interface $VAR(../../@) $VAR(.) $VAR(@)
delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-interface $VAR(../../@) $VAR(.)
- sudo ip link set dev $VAR(../../../@).$VAR(../../@) txqueuelen 0