Hi All If I redirect to an interface with /sbin/tc qdisc add dev eth0 ingress /sbin/tc filter add dev eth0 parent ffff: protocol all prio 1 \ u32 match u32 0 0 flowid 1:2 \ action mirred egress redirect dev ifb0 Given that setup I can say: 1) all packets incoming thru eth0 will be *MOVED* to ifb0 output and do not return to eth0. 2) flowid X:Y is of no importance. I can write anything for X:Y. Are these assertives correct?? Regards Ethy -- 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