Skip to content
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

collector: skb: handle VLAN in the payload #481

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

atenart
Copy link
Contributor

@atenart atenart commented Jan 22, 2025

Collecting packets with one or more VLAN header(s) in their payload resulted in packets we could not parse. Fix this by skipping the VLAN headers if found. The VLAN information is reported in the event but is coming from the BPF part directly (to support h/w acceleration).

@atenart atenart added this to the v1.6 milestone Jan 22, 2025
Collecting packets with one or more VLAN header(s) in their payload
resulted in packets we could not parse. Fix this by skipping the VLAN
headers if we found them. The VLAN information is reported in the event
but is coming from the BPF part directly (to support h/w acceleration).

Signed-off-by: Antoine Tenart <[email protected]>
@atenart
Copy link
Contributor Author

atenart commented Jan 23, 2025

Note that this does not address some remaining questions about VLAN support (how to report and properly handle QinQ mainly), they will be handled separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant