|
HG556A装的trunk,装了qos-scripts - 1.2.1-7,刚开始是/etc/config/qos接口写错发现不起作用,改好后运行qos-start发现出错信息:
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
百度信息无资料可寻,只能猜也许是网卡驱动问题,然后用sh -x /usr/lib/qos/generate.sh all | sh 脚本
发现错误语句是:
tc filter add dev pppoe-wan1 parent ffff: protocol ip prio 1 u32 match u32 0 0 flowid 1:1 action connmark action mirred egress redirect dev ifb0
检查发现删除action connmark就无错误信息,opkg list检查有安装kmod-sched-connmark - 4.1.11-1
求大神指点,这句能改吗? |
|