Displaying 1 result from an estimated 1 matches for "sometging".
Did you mean:
somehing
2006 Apr 07
0
PRIO and u32 matching problem
Hi to everybody
I''m trying to use PRIO qdisc to prioritize the traffic but i have
strange problem maybe I''m missing sometging.
First i add root qdisc like this
tc qdisc add dev eth0 root handle 1: prio
it''s fine after this i try to match traffic by tos field but i get error
invalid match
tc filter add dev eth0 parent 1:0 prio 1 protocol ip u32 \
match ip tos 0x10 0xff \
match ip tos 0x12 0xff \
match ip tos 0x...