dae
dae copied to clipboard
[Workaround] 关于 Openwrt/ImmortalWrt 更新dae0.5.1后报 failed to add veth pair 的解决办法
Summary
关于 Openwrt/ImmortalWrt 更新 dae0.5.1 后报 failed to add veth pair.
Workaround about failed to add veth pair
.
Platform
OpenWRT / ImmortalWRT
Dae version
dae >=0.5.1
Checks
- [X] I have searched the existing issues
- [X] I have read the documentation
- [X] Is it your first time sumbitting an issue
Current Behavior
No response
Expected Behavior
No response
Steps to Reproduce
No response
Anything else?
此报错 dae 启动不起来的原因为缺少 kmod-veth
,软件包安装 kmod-veth
即可。
The reason why dae cannot start is because of the lack of kmod-veth
. You can install the kmod-veth
package.
Thanks for opening this issue!
In ImmortalWRT, the latest dae package (both master and 23.05 branches) already includes the dependency on kmod-veth: https://github.com/immortalwrt/packages/pull/1061. Considering that there is no official dae package in OpenWRT, you may want to request the addition of this dependency from the OpenWRT builder you are using.
建议直接在文档中要求内核需要开启 CONFIG_VETH
配置项。