On Wed, 23 Oct 2013 06:36:49 -0200 Sergio Belkin <sebelk@xxxxxxxxx> wrote: > Hi, I've run the example at ifb both con Centos and on Fedora with no success > > 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" > > Is it about a known bug? Any ideas? > > Thanks in advance!! > police is not a valid action; it is a separate qualifier. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html