]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/confile_utils.c
network: stop recording saved physical net devices
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 1 Sep 2017 14:44:46 +0000 (16:44 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 1 Sep 2017 19:36:50 +0000 (21:36 +0200)
commitb809f232286d5ad158efab0f15d42e0711c5ae12
treebe4954caf3f1e50d491d18d5b607b01950c6a80d
parent790255cf8e21fb4f984cb40b943e0ffcf14ef05a
network: stop recording saved physical net devices

liblxc will now correctly log any network device names and ifindeces in their
respective network namespaces. So there's no need to record physical network
devices any more. This spares us heap allocations and memory we need to have
lying around til the container is shutdown.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile_utils.c
src/lxc/network.c
src/lxc/network.h
src/lxc/start.c