Hi I understand this is the mailing list for tc htb questions? I have a the folloiwng tc qdisc add dev eth4 root default 0 tc class add dev eth4 parent 1: classid 1:0 htb rate 20mbit ceil 20mbit tc class add dev eth4 parent 1: classid 1:10 htb rate 10mbit ceil 10mbit tc filter add dev eth4 protocol ip parent 1:0 prio 1 u32 match ip src 10.0.0.3 flowid 1:10 however default traffic is not limited to 20mbit!!!! Regards. -- To unsubscribe from this list: send the line "unsubscribe lartc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html