On Thu, 2007-20-09 at 17:26 +0200, Patrick McHardy wrote: > I don't see a good solution for this that > allows to keep the iptables rules, I'd suggest to switch to ematches.
One approach could be to use ipt action: ------------------- tc filter add dev ppp0 parent ffff: protocol ip u32 match u32/ematch some match flowid 1:1 action ipt -j mark --set-mark 1 .. ... .... iptables here to use the marks ... ---------------- cheers, jamal - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html