search for: prio_control

Displaying 1 result from an estimated 1 matches for "prio_control".

Did you mean: io_control
2006 Jul 14
1
I need help with tc filters!!!!!
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 tc filter add dev $DEV protocol ip parent 1: prio $PRIO_VIDEO u32 match ip protocol 17 0xff \ match u32 001b0000 00ff0000 at 0 \ police rate ${VIDEO_LEVEL_0_BW}kbit buffer ${VIDEO_BUFFER}k drop flowid 1:13 tc filte...