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# 
相关推荐
东方苾梦5 分钟前
Elixir语言的游戏音效
开发语言·后端·golang
雷渊16 分钟前
springBoot如何做到优雅停机的?
java·后端·面试
在努力的韩小豪20 分钟前
SpringMVC和SpringBoot是否线程安全?
spring boot·后端·springmvc·线程安全·bean的作用域
JohnYan36 分钟前
工作笔记 - PHP系统升级到7.4
linux·后端·php
来自星星的坤1 小时前
使用 MyBatis-Plus 实现高效的 Spring Boot 数据访问层
spring boot·后端·mybatis
陈随易1 小时前
对不起,我还是不推荐你用express和koa
前端·后端·程序员
Emma歌小白1 小时前
数据库创建表
后端
Lear1 小时前
Nginx反向代理1Panel,通过域名访问!
后端
无名之逆1 小时前
在Rust生态中探索高性能HTTP服务器:Hyperlane初体验
运维·服务器·开发语言·后端·http·rust·自动化
网安密谈1 小时前
椭圆曲线密码学(ECC)深度解析:原理、实现与安全实践
后端