Em 14/02/2011, Andre Nathan <andre@digirati.com.br> escreveu:<br>> The container is configured with the following line:<br>> <br>>   lxc.cgroup.net_cls.classid = 0x10002<br>> <br>> And I have the following tc rules:<br>> <br>>   tc qdisc add dev eth0 root handle 1: htb default 30<br>>   tc class add dev eth0 parent 1: classid 1:2 htb rate 1mbit<br>>   tc filter add dev eth0 protocol ip parent 1:0 prio 1 handle 1: cgroup<br><br><div>As an update, setting the default to "2" made it work. So that confirms tc is working, but for some reason it can't see the net_cls.classid in the container's traffic.</div><div><br></div><div>Andre</div>