[OpenWrt-Devel] [PATCH 3/3] package/network/config/qos-scripts: Drop ifconfig and use ip command instead
Daniel Dickinson
openwrt at daniel.thecshore.com
Thu Jan 21 21:41:40 EST 2016
Hi Felix,
On 21/01/16 05:28 PM, Felix Fietkau wrote:
>> done
>> append ${prefix}q "$(tcrules)" "$N"
>> - export dev_${dir}="ifconfig $dev up txqueuelen 5 >&- 2>&-
>> + export dev_${dir}="ip link set $dev up txqueuelen 5 >&- 2>&-
> This doesn't actually work...
I noticed you removed txqueuelen from if the ifconfig on qos-scripts -
are you saying this comment was not actually in relation to using ip,
but actually to whoever did the patch that changed ifconfig to use
txqueuelen?
IOW is this actually a case of I need to make a change to the patch
because what was in trunk was actually wrong?
Regards,
Daniel
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list