]> git.ipfire.org Git - thirdparty/lxc.git/commit
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>
Mon, 4 Sep 2017 11:19:26 +0000 (13:19 +0200)
commitd3c66b20cae5bcd13e0afcbabdb4b9385e8699ff
tree2dc352b9816f70abbe9ad6c05eddbb0c0bc3aff2
parent3c8aec6383be2c28d0f883351bdf522139226c9e
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