-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Next/20210413/v6 #6059
Merged
Merged
Next/20210413/v6 #6059
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit ensures that file objects are closed in threaded mode.
This commit removes the last remnants of the Tilera log output mechanism (unsupported since 5.0.x).
- Wrap the id in a new IPPairStorageId struct, to avoid id confusion with other storage API calls. - Formatting fixes by clang.
- Wrap the id in a HostStorageId struct to avoid id confusion with other storage API calls. - Fix formatting with clang script.
- Wrap the id in a new LiveDevStorageId struct, to avoid id confusion with other storage API calls. - Formatting fixes by clang.
The xdp_lb was not handling correctly the GRE load balancing and it was not supporting the GRE + ERSPAN that is used by some aggregator devices.
The function bpf_program__title has been deprecated in favor of bpf_program__section_name.
Use Debian 10 to build eBPF.
Closed
Codecov Report
@@ Coverage Diff @@
## master #6059 +/- ##
==========================================
- Coverage 76.99% 76.92% -0.08%
==========================================
Files 612 612
Lines 187752 187760 +8
==========================================
- Hits 144569 144438 -131
- Misses 43183 43322 +139
Flags with carried forward coverage won't be shown. Click here to find out more. |
This was referenced Apr 15, 2021
Closed
Closed
jasonish
added a commit
that referenced
this pull request
May 8, 2023
Pin urllib to a known working version. Ticket: #6059
jasonish
added a commit
to jasonish/suricata
that referenced
this pull request
May 9, 2023
jasonish
added a commit
to jasonish/suricata
that referenced
this pull request
May 9, 2023
jasonish
added a commit
to jasonish/suricata
that referenced
this pull request
May 9, 2023
Changes to Python around urllib3 require a more modern OpenSSL. Using a newer Ubuntu image that satisfies this requirement. Ticket: OISF#6059
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#6058 fixing the ebpf fix.
#6057 #6051 #6047