linux tap vs openvswitch internal port

linux tap vs openvswitch internal port

bash 复制代码
root@debian:/kube-ovn# ovs-vsctl list interface ovn0 | grep -v "\[\]"
_uuid               : dd4b1cc8-2d63-4438-846e-631686499f5f
admin_state         : up
bfd                 : {}
bfd_status          : {}
external_ids        : {iface-id=node-debian, ip="100.64.0.2", ovn-installed="true", ovn-installed-ts="1743923393576"}
ifindex             : 22
ingress_policing_burst: 0
ingress_policing_kpkts_burst: 0
ingress_policing_kpkts_rate: 0
ingress_policing_rate: 0
link_resets         : 1
link_state          : up
lldp                : {}
mac_in_use          : "a2:5b:b3:f9:1f:f8"
mtu                 : 1400
mtu_request         : 1400
name                : ovn0
ofport              : 2
options             : {}
other_config        : {}
statistics          : {collisions=0, rx_bytes=5626354, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_missed_errors=0, rx_multicast_packets=0, rx_over_err=0, rx_packets=65390, tx_bytes=33428976, tx_dropped=0, tx_errors=0, tx_packets=65019}
status              : {driver_name=openvswitch}
type                : internal
root@debian:/kube-ovn# 
root@debian:/kube-ovn# 
root@debian:/kube-ovn# 
root@debian:/kube-ovn# 
root@debian:/kube-ovn# ovs-vsctl list interface tapf72fdf4cac4f | grep -v "\[\]"
_uuid               : 11e4bd1a-1a58-45f5-ae4b-bc4d1d98b01e
admin_state         : up
bfd                 : {}
bfd_status          : {}
duplex              : full
external_ids        : {}
ifindex             : 35
ingress_policing_burst: 0
ingress_policing_kpkts_burst: 0
ingress_policing_kpkts_rate: 0
ingress_policing_rate: 0
link_resets         : 0
link_speed          : 10000000
link_state          : down
lldp                : {}
mac_in_use          : "02:94:b0:9e:52:29"
mtu                 : 1500
name                : tapf72fdf4cac4f
ofport              : 10
options             : {}
other_config        : {}
statistics          : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_missed_errors=0, rx_multicast_packets=0, rx_over_err=0, rx_packets=0, tx_bytes=0, tx_dropped=0, tx_errors=0, tx_packets=0}
status              : {driver_name=tun, driver_version="1.6", firmware_version=""}
type                : ""
root@debian:/kube-ovn# 
相关推荐
北城以北88881 分钟前
SpringBoot--Redis基础知识
java·spring boot·redis·后端·intellij-idea
superman超哥5 分钟前
仓颉语言中并发集合的实现深度剖析与高性能实践
开发语言·后端·python·c#·仓颉
superman超哥6 分钟前
仓颉语言中原子操作的封装深度剖析与无锁编程实践
c语言·开发语言·后端·python·仓颉
⑩-6 分钟前
SpringCloud-Feign客户端实战
后端·spring·spring cloud
阿杰AJie6 分钟前
Docker 容器启动的全方位方法汇总
后端
sdguy22 分钟前
在 Windows 上正确安装 OpenAI Codex CLI:一次完整的 pnpm 全局环境修复实录
后端·openai
shiwulou140 分钟前
PbRL | 近两年论文阅读的不完全总结
后端
yuniko-n1 小时前
【MySQL】通俗易懂的 MVCC 与事务
数据库·后端·sql·mysql
今天过得怎么样1 小时前
彻底搞懂 Spring Boot 中 properties 和 YAML 的区别
后端
qq_12498707531 小时前
基于springboot的幼儿园家校联动小程序的设计与实现(源码+论文+部署+安装)
java·spring boot·后端·spring·微信小程序·小程序