Dear all,

I am trying to set up some custom QoS scripts and the following command gives me an error:

# tc filter add dev eth1 parent ffff: protocol ip prio 1 u32 match u32 0 0 flowid 1:1 action mirred egress redirect dev ifb1

Action 4 device ifb1 ifindex 13
RTNETLINK answers: No such file or directory
We have an error talking to the kernel

The intent of the command is to redirect all ingress traffic from eth1 to ifb1 in order to do ingress filtering. The interfaces eth1 and ifb1 exist, and I have the following modules loaded:

sch_ingress              880  1
sch_htb                12384  1
cls_flow                5392  0
cls_u32                 5680  0

Am I missing any required module ? otherwise what could be the reason for the error ?


Thanks a lot

Daniel


_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to