]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/network.c
network: clear ifindeces
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 1 Oct 2017 05:27:34 +0000 (07:27 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 2 Oct 2017 07:16:08 +0000 (09:16 +0200)
commit66a7c406b0ae51762933240e3ba2a796b29fc499
tree8e51b49d8ff7dabf88c1a852cad399c6bf877ccd
parent5284511847a5661f1ddc79e6c425cbd6d6e60b84
network: clear ifindeces

We need to clear any ifindeces we recorded so liblxc won't have cached stale
data which would cause it to fail on reboot we're we don't re-read the on-disk
config file.

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