码迷,mamicode.com
首页 > 其他好文 > 详细

【Centos7】Delete virtual bridge

时间:2017-06-08 16:36:52      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:div   which   centos7   irb   idg   centos   systemctl   create   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

 

【Centos7】Delete virtual bridge

标签:div   which   centos7   irb   idg   centos   systemctl   create   bridge   

原文地址:http://www.cnblogs.com/cpuz/p/6963373.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!