We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在 daed 中填写路由时,如果 sip 或 dip 中包含 IPv6 地址 / CIDR,则 daed 会拒绝此规则
sip
dip
daed 能够正常设置 IPv6 路由
dip(2001:da8::/32) -> direct
会报错:
bad current routing: line 30:8 dip(2001:da8::/32) -> direct ^: no viable alternative at input 'dip(2001:'
如果填写:
dip('2001:da8::/32') -> direct
panic occurred: unexpected
cat /etc/os-release
uname -a
6.8.4-2-pve
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue!
Sorry, something went wrong.
麻烦尝试一下最新版,我这边没有复现这个问题
这个写的时候要加引号
No branches or pull requests
Checks
Current Behavior
在 daed 中填写路由时,如果
sip
或dip
中包含 IPv6 地址 / CIDR,则 daed 会拒绝此规则Expected Behavior
daed 能够正常设置 IPv6 路由
Steps to Reproduce
会报错:
如果填写:
会报错:
Environment
cat /etc/os-release
): PVE (基于 Debian 12)uname -a
):6.8.4-2-pve
Anything else?
No response
The text was updated successfully, but these errors were encountered: