I have a simple mirror created to copy packets on eth2 to eth0 . #tc filter add dev eth2 parent 1: protocol ip prio 1 u32 match ip dst 192.168.1.110/32 0xffff flowid 1:1 action mirred egress mirror dev eth0 The problem i see is every packet is duplicated twice on the interface eth0 , is there a way to fix this ? Thanks, -- To unsubscribe from this list: send the line "unsubscribe lartc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html