> tc filter add dev eth0 protocol udp parent 1:0 prio 3 u32 match ip dport > 27900-27999 0xffff flowid 1:10 think about it :) Don't use 0xffff and you should be able to do it. devik
> tc filter add dev eth0 protocol udp parent 1:0 prio 3 u32 match ip dport > 27900-27999 0xffff flowid 1:10 think about it :) Don't use 0xffff and you should be able to do it. devik