Displaying 1 result from an estimated 1 matches for "dev_isp".
Did you mean:
dev_disp
2005 Jun 12
3
Is it possible to throw all not matched traffic to selected class?
I have some filters.. like this:
$TC filter add dev $dev_isp protocol ip parent 3:0 pref 3 u32 match ip
protocol 6 0xff match ip sport $prt 0xffff flowid 3:2
I throw only few types of packets to 3:2, all other traffic I want to
put on 3:3, but this doesn''t work(!):
$TC filter add dev $dev_isp protocol ip parent 3:0 pref 4 flowid 3:2
When type th...