-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
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
[openwrt] enable OTBR_NAT64
and INFRA_IF
by default and add UCI config
#2011
Conversation
The error that occurs should not be caused by this commit. |
Signed-off-by: yuchao.guo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
One thing to note: querying an AIL NAT64 prefix is currently disabled for OpenWRT (PR).
According to the description of openwrt/pull/11559, libanl is already included in the musl c library, so we can turn this option on. Do I need to also submit a modification to CMakeLists.txt#L153 PR? |
Good to know! Yes, please remove the |
OTBR_NAT64
and INFRA_IF
by default and add UCI config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 👍🏼
This commit enables OTBR_NAT64 and INFRA_IF by default, making NAT64 functionality available out-of-the-box on the OpenWrt platform.
At the same time, the RCP serial port configuration is added to the UCI configuration file to make the runtime modifications clearer and to avoid the errors that are easily caused by directly modifying the init.d configuration.