Vincent Dautremont wrote:

# tc filter add dev eth0 protocol ip parent 10: prio 2 flowid 10:2

just give me the error: "Unknown filter flowid, hence option 1:2 is unparsable"

I am not sure if that ever worked or not - I use

tc filter add dev eth0 protocol ip parent 10: prio 2 u32 match u32 0 0 flowid 10:2

which should catch all unclassified ip traffic.

When you put prio on root there is often a further buffer that has to fill before anything happens. Also arp goes to 1:2 unless you filter it elsewhere.

Andy.


_______________________________________________
LARTC mailing list
[email protected]
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Reply via email to