Xdp tunnel 7674 v18#15746
Open
catenacyber wants to merge 8 commits into
Open
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
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 #15746 +/- ##
==========================================
- Coverage 82.95% 82.93% -0.03%
==========================================
Files 1003 1004 +1
Lines 275096 275345 +249
==========================================
+ Hits 228217 228367 +150
- Misses 46879 46978 +99
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
WARNING:
Pipeline = 32291 |
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#3186
#15710 rebased, with comments from #15469 addressed in last commit (+ typo fix in some commit message)
Should I do a PR with just the 2 last commits for the SV framework improvement ? (And a simple already passing SV test)