How can i disable lxcbr0 from network?
After ifconfig
there exist a lxcbr0.
I have checked list of lxc by enter lxc-ls
and there was no lxc's.
I remove lxc by apt-get remove
.
But still have lxcbr0.
How can i disable lxcbr0 from network?
After ifconfig
there exist a lxcbr0.
I have checked list of lxc by enter lxc-ls
and there was no lxc's.
I remove lxc by apt-get remove
.
But still have lxcbr0.
Not sure what linux distro you have. Under Ubuntu 14.04 server, the config is in "/etc/default/lxc-net", and change
to
or maybe just delete it altogether if you no longer have lxc. Surprised that lxc didn't clean after itself.
This worked for me:
I hope this helps.
Performed below steps to delete virtual bridge in Linux system,