i'm not sure exactly how to reproduce this or whats happening, but while using my tools (vps-lxc) to test/generate container configs i notice that over time i get several stagnant veth interfaces that seem to not be cleaned up properly. this is what i have running:<div>
<br></div><div><div>$ vps-lxc ls dom</div><div>dom guest-private-cr RUNNING</div><div>dom guest-private-mk RUNNING</div><div>dom guest-service-http_proxy RUNNING</div><div>dom host-service-email RUNNING</div>
<div><br></div><div>(that command basically just loops thru the domains and does an lxc-info on each one) i only have 4 domains running/defined, three of them have 2 interfaces, and the 4th only has one, so 7 interfaces total. however in my brctl:</div>
<div><br></div><div><div>$ brctl show</div><div>bridge name bridge id STP enabled interfaces</div><div>br0 8000.000bdb92cf22 no eth0</div><div> vethrWDKp9</div>
<div> vethw5rA8d</div><div> vethKg5sKA</div><div> vethiUXbg9</div>
<div> veth6UWnZz</div><div> vethcQzgNh</div><div> vetha7wyPO</div>
<div>dhcpbr0 8000.06452378c895 no veth0oGNFm</div><div> vethagpIpC</div><div> vethTx7AAO</div>
<div> vethLh2bHE</div><div> veth2ctG5A</div><div> vethqI1MjQ</div>
<div> vethAad9n1</div><div> veth2CPXrC</div><div><br></div><div>there are 15 veth interfaces still up. if i do an ifconfig i also see 15 veth interfaces up. if i do an "ifconfig -a" i see 23 veth interfaces up and down? i'm using BTRFS so i've been generating templates like crazy, 1-x hundred, so i'm really not sure when or why it's happening at this point. seems like the veth interface is not being removed from the bridge and thus can't be removed completely? might be me, but seems like a bug; is anyone else noticing behavior like this?</div>
<div><br></div><div>thanks</div></div></div>