]> git.proxmox.com Git - mirror_lxc.git/commit - configure.in
Change at compilation time the destruction of the network devices
authordlezcano <dlezcano>
Fri, 14 Nov 2008 16:16:35 +0000 (16:16 +0000)
committerdlezcano <dlezcano>
Fri, 14 Nov 2008 16:16:35 +0000 (16:16 +0000)
commitb7c9b19991eba0499298a0848751629cd1ff5ec0
tree6e8458b264919b59c4fe35384f93b72f1b90485e
parent6f4a37566a3ab7f995bb9a2a95efab32684c67ab
Change at compilation time the destruction of the network devices

From: Daniel Lezcano <dlezcano@fr.ibm.com>

The future kernel version will automatically autodestroy the network devices
when the network namespace exits. This is not the case for the current version.
In order to handle the both cases, I added a configuration option to disable
the network destruction when the container exits:
--disable-network-destroy

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
configure.in
src/lxc/start.c