-
Notifications
You must be signed in to change notification settings - Fork 227
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
ci: Add more kernel tests #386
Conversation
0b86bea
to
2ff8b11
Compare
@@ -135,30 +157,111 @@ jobs: | |||
} | |||
|
|||
routing { | |||
dip(1.1.1.1) -> proxy | |||
fallback: direct | |||
pname(dae) -> direct |
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.
Why we need this?
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.
Pid matching doesnt work inside container
2c3b7e9
to
be7e024
Compare
c74677f
to
1b4a222
Compare
IPv6 keeps failing, in my opinion this is because github action doesn't support IPv6 outbound to world: actions/runner-images#668. I therefore plan to test IPv6 3-way handshake only, to make sure packets originated by a local process can finally arrive at dae process. As for IPv6 UDP, it seems to be buggy on main. Will troubleshot that later. |
7bc2dd7
to
a7bed7f
Compare
好耶,IPv6 TCP for WAN / LAN 也测过了,ready for review. |
@jschwinger233 Exciting news. What about ipv6 udp? |
@jschwinger233 I think we should also test it whatever it has bug or not. |
cdf938c
to
c541b22
Compare
@mzz2017 IPv6 UDP testcase added. |
Cool. Thanks for your brilliant work. I think it is ready to merge. @sumire88 |
c541b22
to
42198e1
Compare
42198e1
to
50795a1
Compare
50795a1
to
2d37aa6
Compare
Thanks for the hard work. @jschwinger233 @mzz2017 Happy New Year! Wish we would reach another milestone in 2024 🔥 |
Covers IPv4 + IPv6 for TCP + UDP under WAN + LAN.
IPv6 UDP is buggy so I skipped that: #102 #387