/sbin/tc filter add dev eth0 parent 1:1 protocol all prio 1 u32 match ip dst x.x.x.10 match ip dst x.x.x.11 classid 2:7 Illegal "match" what is wrong with this... how to match multiply ip addresses ? how many ip address checks I can chain ? tia