文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
计算节点
计算节点
主要包括两个网桥:集成网桥 br-int 和 隧道网桥 br-tun。
$ sudo ovs-vsctl show225f3eb5-6059-4063-99c3-8666915c9c55 Bridge br-int fail_mode: secure Port br-int Interface br-int type: internal Port "qvoc4493802-43" tag: 1 Interface "qvoc4493802-43" Port patch-tun Interface patch-tun type: patch options: {peer=patch-int} Port "qvof47c62b0-db" tag: 1 Interface "qvof47c62b0-db" Bridge br-tun fail_mode: secure Port "vxlan-0a00644d" Interface "vxlan-0a00644d" type: vxlan options: {df_default="true", in_key=flow, local_ip="10.0.100.88", out_key=flow, remote_ip="10.0.100.77"} Port patch-int Interface patch-int type: patch options: {peer=patch-tun} Port br-tun Interface br-tun type: internal ovs_version: "2.0.2"
安全网桥可以通过 brctl show
命令看到,该网桥主要用于绑定控制组的 iptables 规则,跟转发无直接关系。
~$ brctl showbridge name bridge id STP enabled interfacesqbrf47c62b0-db 8000.56a7904c418d no qvbf47c62b0-db tapf47c62b0-db
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论