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_陈寒几秒前
Redis的SETNX并发问题让我加了三天班
前端·人工智能·后端
demo007x16 分钟前
Docling 文档转换以及技术架构分析
前端·后端·程序员
袋鱼不重2 小时前
我的神奇同事,AI 用多了居然写了个 Open In Codex
前端·后端·ai编程
用户8356290780512 小时前
使用 Python 操作 Word 内容控件
后端·python
像我这样帅的人丶你还2 小时前
啥? 前端也要会干Java?🛵🛵🛵
后端
Hommy882 小时前
【剪映小助手】添加贴纸接口(Add Sticker)
后端·github·剪映小助手·视频剪辑自动化·剪映api
CaffeinePro2 小时前
FastAPI响应处理:返回值、状态码、响应头与异常标准化与案例解析
后端
HuanYu3 小时前
PageHelper分页的原理
后端
于先生吖3 小时前
SpringBoot对接大模型开发AI命理测算系统:八字排盘与AI解析接口源码全解
人工智能·spring boot·后端
张不才3 小时前
一个静默吞数据的时间戳陷阱
后端