# ovs-vsctl show
eef7cd95-0677-486c-b119-5d6ac8531c56
Manager "ptcp:6640:127.0.0.1"
is_connected: true
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Bridge "br-enp4s0f0"
Controller "tcp:127.0.0.1:6633"
is_connected: true
fail_mode: secure
Port "enp4s0f0"
Interface "enp4s0f0"
type: dpdk
options: {dpdk-devargs="0000:04:00.0"}
Port "phy-br-enp4s0f0"
Interface "phy-br-enp4s0f0"
type: patch
options: {peer="int-br-enp4s0f0"}
Port "br-enp4s0f0"
Interface "br-enp4s0f0"
type: internal
Bridge br-tun
Controller "tcp:127.0.0.1:6633"
is_connected: true
fail_mode: secure
Port br-tun
Interface br-tun
type: internal
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Bridge br-int
Controller "tcp:127.0.0.1:6633"
is_connected: true
fail_mode: secure
Port "vhu4901de98-16"
tag: 1
Interface "vhu4901de98-16"
type: dpdkvhostuserclient
options: {vhost-server-path="/var/run/openvswitch/vhu4901de98-16"}
Port "qg-4ef43efb-ac"
Interface "qg-4ef43efb-ac"
type: internal
Port "vhu76f75a72-11"
tag: 1
Interface "vhu76f75a72-11"
type: dpdkvhostuserclient
options: {vhost-server-path="/var/run/openvswitch/vhu76f75a72-11"}
Port "int-br-enp4s0f0"
Interface "int-br-enp4s0f0"
type: patch
options: {peer="phy-br-enp4s0f0"}
Port "qr-f5e58637-37"
tag: 1
Interface "qr-f5e58637-37"
type: internal
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port "qr-fad90688-c8"
tag: 1
Interface "qr-fad90688-c8"
type: internal
Port br-int
Interface br-int
type: internal
Port "tapcfd2d802-95"
tag: 1
Interface "tapcfd2d802-95"
type: internal

最新文章

  1. Spring(一)
  2. python 面向对象和类成员和异常处理
  3. 公共代码参考(Volley)
  4. 十五个常用的jquery代码段【转】
  5. linux手动或者自动启动oracle11g的服务 Oracle 自动启动脚本
  6. java正则表达式 --简单认识
  7. JUnit笔记
  8. hdc cdc
  9. arm-none-eabi-gcc,makefile,stm官方库构建stm32f4xx工程
  10. (八)学习CSS之line-style-type属性
  11. Qt_chartdirector图形开发
  12. HttpRuntime类
  13. fiddler--firefiox代理
  14. W3C 、HTML 、CSS 发展介绍
  15. mac安装as配置
  16. delete操作字符串会报错吗?
  17. iOS App 启动性能优化
  18. ue4 Skeletal Mesh编辑器
  19. python读取指定字节长度的文本
  20. java面向对象的核心思想

热门文章

  1. 【spring-boot】spring-boot整合ehcache实现缓存机制
  2. PAT 1051 Pop Sequence[栈][难]
  3. 机器学习第7周-炼数成金-支持向量机SVM
  4. SCADA 必备函数之 :关于消息的函数
  5. POJ - 2175 Evacuation Plan (最小费用流消圈)
  6. python 字符串的一些操作
  7. $Linux vi/vim编辑器常用命令与用法总结 (Markdown编辑版)
  8. 20145316许心远《Java程序设计》第4周学习总结
  9. python文件和目录操作方法
  10. 算法+OpenCV】基于opencv的直线和曲线拟合与绘制(最小二乘法)