[LARTC] I need help with tc filters!!!!!
Andy Furniss
lists at andyfurniss.entadsl.com
Wed Jul 19 00:00:58 CEST 2006
Luciana Esteves Neves Hilario wrote:
> Hi Everybody!
>
> I need help! I'm doing a tc script with tc filters that have match the Type of Service field in the IP header. This is the script I am using to setup the filters.
>
> tc filter add dev $DEV parent 1: protocol ip prio $PRIO_CONTROL u32 match ip protocol 6 0xff \
>
> match u32 00190000 00ff0000 at 0 flowid 1:10
You don't say what the problem is - If it's that the tos doesn't match
it may be because the last bit is supposed to be cleared/unused and you
are matching set?
Andy.
More information about the LARTC
mailing list