Hello, i'm running lxc in production for 1 month and noticed bug that high-loaded veth interfaces are not destroyed after lxc-stop.<br>This results in errors when we try to start this container again. As workaround i manually do something like ip link del veth_<container_name>.<br>
I have two high-traffic containers(~10 mbit/s each) and this bug appears on them. Other six almost idle containers destroying it's veth's interfaces properly.<br>