[Lxc-users] LXC Statistics Collection

2011-03-12 Thread Francois-Xavier Bourlet
Hello, I am trying to collects statistics from LXC container externally. By externally, I mean without executing anything inside the container, but just grabbing all the informations from the outside. Basically I am processing like that: Browse /var/lib/lxc to find containers name. For each

Re: [Lxc-users] Bad checksums and lost packets with macvlan on dummy

2011-03-12 Thread Daniel Lezcano
Hi Patrick, I noticed another problem with the macvlan driver. In the function dev_forward_skb the test always succeed in the second condition making the packet to be dropped. ... if (unlikely(!(dev-flags IFF_UP) || (skb-len (dev-mtu + dev-hard_header_len + VLAN_HLEN