Myrddin Emrys <[EMAIL PROTECTED]> writes:

[...]
> I need to classify packets into PRIO queues based on iptables rules. I
> am currently setting MARKs during classification. Unfortunately, if I
> understand correctly u32 cannot see marks because they're not in the
> packet, so my next obvious solution is to skip MARKing them and just
> CLASSIFY them...
[...]

the only documentation i know about classify is provided by
patch-o-matic.
You may prefer to use "handle $mark fw" as a filter to match netfilter
marks.
Or depending on your needs, you may only want to use u32 without
netfilter marks.
As you probably know there's a howto on http://lartc.org

-- 
_______________________________________________
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

Reply via email to