-
Notifications
You must be signed in to change notification settings - Fork 245
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
Sock addr hook callout test #922
Sock addr hook callout test #922
Conversation
This reverts commit c542c6c.
Codecov Report
@@ Coverage Diff @@
## main #922 +/- ##
===========================================
- Coverage 82.89% 43.34% -39.56%
===========================================
Files 86 54 -32
Lines 15122 10168 -4954
===========================================
- Hits 12535 4407 -8128
- Misses 2587 5761 +3174
Continue to review full report at Codecov.
|
a2d29c8
to
ef1795c
Compare
cb2c7e5
to
20d208b
Compare
Description
Adds tests for sock_addr hook. This fixes #871 .
xdp_tests.cpp
to a newsocket_helper.cpp
module.unit_tests.exe
from selfhost runner tests as it was redundant.Testing
Added tests for eBPF programs handling TCP v4, v6 and UDP v4. v6 egress/ingress connections.
Documentation
Minor documentation changes.