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# 
相关推荐
IT_陈寒8 分钟前
React性能优化:这5个Hooks技巧让我减少了40%的重新渲染
前端·人工智能·后端
L***d67018 分钟前
十七:Spring Boot依赖 (2)-- spring-boot-starter-web 依赖详解
前端·spring boot·后端
本妖精不是妖精20 分钟前
基于 Rokid Max 与 JSAR 构建空间锚定型 AR 信息面板
后端·ar·restful
芳草萋萋鹦鹉洲哦22 分钟前
【tauri+rust】App会加载白屏,有时显示在左上角显示一小块,如何优化
开发语言·后端·rust
aiopencode25 分钟前
网络调试工具推荐,Fiddler抓包教程、HTTPS配置与接口调试完整指南
后端
q***385143 分钟前
SpringBoot + vue 管理系统
vue.js·spring boot·后端
用户638982245891 小时前
使用Hutool的ExcelWriter导出复杂模板,支持下拉选项级联筛选
后端
程序员鱼皮1 小时前
10个免费的网站分析工具,竟然比付费的更香?
后端·程序员·数据分析
码一行1 小时前
Eino AI 实战: Eino 的文档加载与解析
后端·go
码一行1 小时前
Eino AI 实战:DuckDuckGo 搜索工具 V1 与 V2
后端·go