1. 08 Sep, 2015 1 commit
  2. 04 Sep, 2015 2 commits
  3. 03 Sep, 2015 2 commits
    • Merge pull request #649 from major/lxc-delete-network-test · 2c5bcd3a
      Stéphane Graber authored
      Tear down network devices during container halt
    • Tear down network devices during container halt · ce5782df
      Major Hayden authored
      On very busy systems, some virtual network devices won't be destroyed after a
      container halts.  This patch uses the lxc_delete_network() method to ensure
      that network devices attached to the container are destroyed when the
      container halts.
      
      Without the patch, some virtual network devices are left over on the system
      and must be removed with `ip link del <device>`.  This caused containers
      with lxc.network.veth.pair to not be able to start.  For containers using
      randomly generated virtual network device names, the old devices will hang
      around on the bridge with their original MAC address.
      Signed-off-by: 's avatarMajor Hayden <major@mhtx.net>
  4. 28 Aug, 2015 13 commits
  5. 27 Aug, 2015 22 commits