-
Notifications
You must be signed in to change notification settings - Fork 105
linux_bridge
遇见王斌 edited this page Oct 12, 2017
·
10 revisions
部署 openstack 后,创建完网络时,可以通过下面命令在 controller 节点上看到网桥
[root@localhost ~]# brctl show
bridge name bridge id STP enabled interfaces
brqe8f5001c-50 8000.000c29033a80 no ens34
......................................................tap9f44921a-33
创建完虚拟机后,可以在 compute 节点上看到网桥以及新增的 tap 设备
[root@compute1 ~]# brctl show
bridge name bridge id STP enabled interfaces
brqe8f5001c-50 8000.000c29deb063 no ens192
tap0c4a58f0-1b
tap22d9252f-d3
tap43a5d94c-21
tapc3a0b5a2-08