无法应用 tc 过滤器

无法应用 tc 过滤器

我已经运行了这个例子IFB在 Centos 和 Fedora 上

tc filter add dev eth0 parent 1: protocol ip prio 10 u32  match ip src 192.168.200.200/32 flowid 1:2  action police rate 10kbit burst 90k drop  action mirred egress mirror dev ifb0 
Illegal "action"
bad action parsing
parse_action: bad value (12:police)!
Illegal "action"

与已知错误有关吗?有任何想法吗?

相关内容