Em 14/02/2011, Andre Nathan escreveu:
> The container is configured with the following line:
>
> lxc.cgroup.net_cls.classid = 0x10002
>
> And I have the following tc rules:
>
> tc qdisc add dev eth0 root handle 1: htb default 30
> tc class add dev eth0 parent 1: c
Hello
I'm trying to setup bandwidth limiting for my container, using the
examples in RedHat's whitepaper:
http://vger.kernel.org/netconf2009_slides/Network%20Control%20Group%
20Whitepaper.odt
The container is configured with the following line:
lxc.cgroup.net_cls.classid = 0x10002
And I ha