]> git.proxmox.com Git - mirror_lxc.git/commit
start: Fix net iface remaining issue
authorJungsub Shin <supsup5642@gmail.com>
Tue, 21 Aug 2018 10:21:59 +0000 (19:21 +0900)
committerJungsub Shin <supsup5642@gmail.com>
Tue, 21 Aug 2018 10:21:59 +0000 (19:21 +0900)
commit78852a0c17d1a39858f79ac7a96b2de057a30288
treeb26d1276292434b9bf1207ce93aa1d04025533f9
parent501751d09a0cc5236945b7ccdf6784a33aa79259
start: Fix net iface remaining issue

When creating container that has multiple net ifaces fails
because of wrong net config, lxc doesn't remove previously created
net ifaces.

Solve this issue with changing return path in lxc_spawn().

Signed-off-by: Jungsub Shin jungsub_shin@tmax.co.kr
src/lxc/start.c