]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/start.c
pass on reboot flag and delete old veth on reboot
[mirror_lxc.git] / src / lxc / start.c
index 6eded6155941e2a5c41ea1de4c58e2d62149a503..2fc026ef3e57324ece11d8004074f3e93d1ce94d 100644 (file)
@@ -1173,6 +1173,8 @@ int __lxc_start(const char *name, struct lxc_conf *conf,
                goto out_detach_blockdev;
        }
 
+       handler->conf->reboot = 0;
+
        netnsfd = get_netns_fd(handler->pid);
 
        err = lxc_poll(name, handler);