[LARTC] [PATCH] mark in u32
Andy Furniss
andy.furniss@dsl.pipex.com
Sat, 08 Jan 2005 02:34:23 +0000
Andy Furniss wrote:
> Andy Furniss wrote:
>
>> my usb intelli mouse didn't work.
>>
> the 2.6.10-bk8 didn't autoload it
>
>> though,
>
>
> Of course putting -bk8 on my /boot/System.map-2.6.10 will fix that ...
It didn't :-( but I tried more on 2.6.9 and found a u32 that works -
tc filter add dev eth0 parent ffff: prio 1 protocol ip u32 match ip
protocol 6 0xff police rate 100kbit burst 10k drop flowid :1
is OK so maybe it is just the fw case that fails.
Andy.