[LARTC] about default filter command
Andy Furniss
lists at andyfurniss.entadsl.com
Fri Jul 27 12:30:13 CEST 2007
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.
More information about the LARTC
mailing list