qemu ovs tap down

link_speed : 10000000

link_state : down # 注意这里的状态为 down

lldp : {}

mac : []

mac_in_use : "02:94:b0:9e:52:29"

mtu : 1500

mtu_request : []

name : tapd032ee5512d6

bash 复制代码
root@debian:/kube-ovn# ovs-vsctl list interface | grep -C 15 ovn0
external_ids        : {iface-id=node-debian, ip="100.64.0.2", ovn-installed="true", ovn-installed-ts="1744421416405"}
ifindex             : 22
ingress_policing_burst: 0
ingress_policing_kpkts_burst: 0
ingress_policing_kpkts_rate: 0
ingress_policing_rate: 0
lacp_current        : []
link_resets         : 0
link_speed          : []
link_state          : up
lldp                : {}
mac                 : []
mac_in_use          : "62:ac:d9:ae:48:35"
mtu                 : 1400
mtu_request         : 1400
name                : ovn0
ofport              : 2
ofport_request      : []
options             : {}
other_config        : {}
statistics          : {collisions=0, rx_bytes=4518055, 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=52479, tx_bytes=26965681, tx_dropped=0, tx_errors=0, tx_packets=52136}
status              : {driver_name=openvswitch}
type                : internal




root@debian:/kube-ovn# ovs-vsctl list interface | grep -C 30 tap
type                : ""

_uuid               : 2aaff2ca-e4a7-4031-9fbe-c7554429fb71
admin_state         : up
bfd                 : {}
bfd_status          : {}
cfm_fault           : []
cfm_fault_status    : []
cfm_flap_count      : []
cfm_health          : []
cfm_mpid            : []
cfm_remote_mpids    : []
cfm_remote_opstate  : []
duplex              : full
error               : []
external_ids        : {iface-id=vm01.default, ovn-installed="true", ovn-installed-ts="1744426295646"}
ifindex             : 42
ingress_policing_burst: 0
ingress_policing_kpkts_burst: 0
ingress_policing_kpkts_rate: 0
ingress_policing_rate: 0
lacp_current        : []
link_resets         : 0
link_speed          : 10000000
link_state          : down  # 注意这里的状态为 down
lldp                : {}
mac                 : []
mac_in_use          : "02:94:b0:9e:52:29"
mtu                 : 1500
mtu_request         : []
name                : tapd032ee5512d6
ofport              : 12
ofport_request      : []
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                : ""

link_state : down # 注意这里的状态为 down

实际上应该是 qemu 还没有用到这个 tap 设备

相关推荐
武子康1 小时前
Java-80 深入浅出 RPC Dubbo 动态服务降级:从雪崩防护到配置中心秒级生效
java·分布式·后端·spring·微服务·rpc·dubbo
舒一笑2 小时前
我的开源项目-PandaCoder迎来史诗级大更新啦
后端·程序员·intellij idea
@昵称不存在3 小时前
Flask input 和datalist结合
后端·python·flask
zhuyasen3 小时前
Go 分布式任务和定时任务太难?sasynq 让异步任务从未如此简单
后端·go
东林牧之4 小时前
Django+celery异步:拿来即用,可移植性高
后端·python·django
超浪的晨4 小时前
Java UDP 通信详解:从基础到实战,彻底掌握无连接网络编程
java·开发语言·后端·学习·个人开发
AntBlack5 小时前
从小不学好 ,影刀 + ddddocr 实现图片验证码认证自动化
后端·python·计算机视觉
Pomelo_刘金5 小时前
Clean Architecture 整洁架构:借一只闹钟讲明白「整洁架构」的来龙去脉
后端·架构·rust
双力臂4045 小时前
Spring Boot 单元测试进阶:JUnit5 + Mock测试与切片测试实战及覆盖率报告生成
java·spring boot·后端·单元测试
midsummer_woo7 小时前
基于spring boot的医院挂号就诊系统(源码+论文)
java·spring boot·后端