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 设备

相关推荐
AdSet聚合广告2 小时前
APP广告变现,开发者如何判断对接的广告SDK安全合规?
大数据·后端·算法·安全·uni-app
野犬寒鸦4 小时前
Redis核心数据结构操作指南:字符串、哈希、列表详解
数据结构·数据库·redis·后端·缓存·哈希算法
无敌小肥0075 小时前
Springboot 整合 WebSocket 实现聊天室功能
spring boot·后端·websocket
代码老y6 小时前
基于springboot的校园商铺管理系统的设计与实现
java·vue.js·spring boot·后端·毕业设计·课程设计·个人开发
胡尔摩斯.6 小时前
ElasticSearch--DSL查询语句
后端·python·elasticsearch·django
朱颜辞镜花辞树‎8 小时前
读《Go语言圣经》记录(一)
开发语言·后端·golang
why1518 小时前
贝壳后端golang面经
开发语言·后端·golang
Channing Lewis9 小时前
go中的channel
开发语言·后端·golang
特立独行的猫a9 小时前
使用 Go 语言实现完整且轻量级高性能的 MQTT Broker
开发语言·后端·mqtt·golang·broker·mqtt-broker
二狗mao10 小时前
讯飞AI相关sdk集成springboot
java·spring boot·后端·科大讯飞sdk