Xdp tunnel 7674 v10#15102
Closed
catenacyber wants to merge 12 commits intoOISF:mainfrom
Closed
Conversation
So that we know for a packet which precise type of tunnel it is (like erspan2).
Ticket: 7674 To distinguish flows with the same 5-tuple but coming from different configured tunnel sources. For vxlan, we need to call 1. PacketTunnelPktSetup with vxlan header 2. Call a new DecodeVXLANtunnel which - sets the tunnel id - call DecodeEthernet on data after vxlan header as before
Ticket: 7674
Ticket: 7674
Ticket: 7674 On interfaces meant to receive only tunneled traffic
for SV to run tests based on the presence of this feature
so as to run ebpf live tests
Ticket: 7674 Allows a compile-time option AFPACKET_TEST_REPLAY, that allows to set a configuration max-packets per afpacket interface, after which the PktAcqLoop stops. This allows suricata-verify tests to run with tcpreplay, and know when to stop
Closed
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #15102 +/- ##
==========================================
- Coverage 82.63% 82.59% -0.05%
==========================================
Files 990 991 +1
Lines 271599 271825 +226
==========================================
+ Hits 224429 224501 +72
- Misses 47170 47324 +154
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Information: QA ran without warnings. Pipeline = 30551 |
Closed
Contributor
Author
|
Rebased in #15151 |
This file contains hidden or 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
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.
Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/7674
Describe changes:
SV_BRANCH=OISF/suricata-verify#2969
#15028 needed rebase
PS : My branch xdp-tunnel-7674-v9.1 has only the 4 easy commits (code refactoring, no new functionality)