-
-
Notifications
You must be signed in to change notification settings - Fork 5
Fix false if condition to allow sending ICMP packet for fragmentation when datagram is too large #39
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
base: master
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@marten-seemann can we merge? |
Yes. I didn't see that you committed the fix, since you didn't re-request a review. Thanks for the fix! |
@derrandz Could you please (force-) push again? For some reason CI didn't pick up the jobs, and I don't know how to poke it manually. |
Please force-push again, without any go.mod changes. |
The changes seem gone as well. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #39 +/- ##
==========================================
+ Coverage 87.96% 87.98% +0.01%
==========================================
Files 8 8
Lines 673 674 +1
==========================================
+ Hits 592 593 +1
Misses 62 62
Partials 19 19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Do we need to re-approve to trigger CI? |
What a weird thing happening... I guess github is tripping, I am trying to force push after rewriting history but it says it's up to date, and the commits showing on this PR aren't what I have locally... |
Okay good to go, I had to play some git gymnastics but we are good now. |
Co-authored-by: Marten Seemann <[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.
Please just the code change...
@marten-seemann Can this go? why is the CI failing? |
Your code is wrong, that's why CI is failing. Please fix it, then we can merge. |
Indeed, missed one pointer sign |
@marten-seemann the CI is still failing for integration tests. Why is this? |
@derrandz That's a good question. Seems to happen on master as well, I'm investigating. |
Closes #38