-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Xdp tunnel 7674 v6.2 #13304
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
Xdp tunnel 7674 v6.2 #13304
Conversation
Instead of directly accessing the field Will allow PacketTunnelType to hold the precise tunnel type like DECODE_TUNNEL_ERSPANII with a modification of PacketIsTunnelChild
So that we know for a packet which precise type of tunnel it is (like erspan2).
ebpf program does not handle 3 layers of vlan
Ticket: 7717 Allows for instance to process/log ARP packets over VXLAN. That means we need to decode the ethernet layer above vxlan instead of skipping it as part of the vxlan, even if the vxlan decoder still checks the ethernet layer to avoid FPs.
ce6ba26
to
1becbd0
Compare
Ticket: 7674 To distinguish flows with the same 5-tuple but coming from different tunnel sources.
Ticket: 7674
Ticket: 7674
9c87fe6
to
8e2855f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #13304 +/- ##
==========================================
- Coverage 83.41% 83.23% -0.18%
==========================================
Files 995 996 +1
Lines 272813 275269 +2456
==========================================
+ Hits 227558 229122 +1564
- Misses 45255 46147 +892
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
ERROR: ERROR: QA failed on build_fetch. Pipeline 26197 |
Information: QA ran without warnings. Pipeline 26200 |
Clean in #13323 |
Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/7674
Describe changes:
Provide values to any of the below to override the defaults.
SV_BRANCH=OISF/suricata-verify#2522
#13241 with a lot more