-
Notifications
You must be signed in to change notification settings - Fork 204
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
feat: support ipip tunnel as lan/wan interface #615
Conversation
你有测试环境吗,请确认是否正常工作? |
@mzz2017 在我的环境中测试是没有问题的 |
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!
In future maybe we can get linkHdrLen based on the the L2 addr, e.g. if ip --br link
shows zero mac addr with NOARP, then it's an L2-less device. (We just need to translate ip --br link
command into API callings.)
We can check the size of |
Are there any other issues that need to be resolved with this PR? |
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.
🧪 Since the PR has been fully tested, please consider merging it.
Background
Checklist
Full Changelogs
Issue Reference
Closes #614
Test Result