I'm running Ubuntu 22.04. I was experimenting with Openstack on lxc and I have created a situation where virtualnetwork interfaces are being auto-created and I cannot figure out the source. If I run ip a it lists them, e.g:
vnet1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master bridge2 state UNKNOWN group default qlen 1000
link/ether fe:54:00:f0:97:2a brd ff:ff:ff:ff:ff:ff
inet6 fe80::fc54:ff:fef0:972a/64 scope link
valid_lft forever preferred_lft forever
and it's seriously messing up my networking. I tried deleting them using sudo ip link delete vnet1, but they just come back. The last thing I tried that probably did it was ansible, and I uninstalled that. I can't even figure out what is making them. Please help.
vnet1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master bridge2 state UNKNOWN group default qlen 1000
link/ether fe:54:00:f0:97:2a brd ff:ff:ff:ff:ff:ff
inet6 fe80::fc54:ff:fef0:972a/64 scope link
valid_lft forever preferred_lft forever
and it's seriously messing up my networking. I tried deleting them using sudo ip link delete vnet1, but they just come back. The last thing I tried that probably did it was ansible, and I uninstalled that. I can't even figure out what is making them. Please help.