Centos7Delete virtual bridge
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7Delete virtual bridge相关的知识,希望对你有一定的参考价值。
Previously,Stop service which controls virtual bridges.
sudo systemctl start libvirtd.service #Systemd OS
Then,take down the bridge.
sudo ifconfig virbr0 down #centos6 centos7 sudo ip link set dev virbr0 down #centos7
Finally,remove this bridge.
sudo brctl delbr virbr0
Additionally. If libvirtd.service is restarted. the bridge will created automatically. So you better disable this service.
sudo systemctl disable libvirtd.service
以上是关于Centos7Delete virtual bridge的主要内容,如果未能解决你的问题,请参考以下文章