Use qlen instead of txqueuelen so we work with busybox iproute2, Gentoo #217948

This commit is contained in:
Roy Marples 2008-04-16 15:23:57 +00:00
parent 22d650c450
commit 725b9dc89c

View File

@ -189,7 +189,7 @@ iproute2_pre_start()
# TX Queue Length support
local len=
eval len=\$txqueuelen_${IFVAR}
[ -n "${len}" ] && ip link set txqueuelen "${len}" dev "${IFACE}"
[ -n "${len}" ] && ip link set qlen "${len}" dev "${IFACE}"
local tunnel=
eval tunnel=\$iptunnel_${IFVAR}