Re: [Lxc-users] cgroup.net_cls and tc

2011-02-15 Thread andre
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

[Lxc-users] cgroup.net_cls and tc

2011-02-14 Thread Andre Nathan
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