项目

一般

简介

功能 #3737

cpri板子支持tap和网桥功能

游 起君22 天 之前添加. 更新于 22 天 之前.

状态:
已解决
优先级:
普通
指派给:
开始日期:
2025-07-14
计划完成日期:
% 完成:

0%

预期时间:

描述

客户要求 cpri板子需要支持支持tap和网桥功能:

ip link add br0 type bridge  //新建网桥
ip tuntap add mode tap tap0  //新建tap

历史记录

#1

游 起君 更新于 22 天 之前

  • 状态新建 变更为 已解决

解决方案:
1.打开linux内核配置项目
CONFIG_STP=y
CONFIG_BRIDGE=y

2.系统应用层添加iproute2工具
命令:
ip link add br0 type bridge //新建网桥
ip tuntap add mode tap tap0 //新建tap

其它详细命令可自行查询

导出 Atom PDF