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

[feature] Implement ignoreVLan flag to skip VLAN tagged packages on interfaces and support extra BPF instructions #88

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fako1024
Copy link
Owner

@fako1024 fako1024 commented Sep 25, 2024

See discussion here about how to access the VLAN information in the ancillary data structure of AF_PACKET after VLAN offloading has taken place...

  • Validate / test (cannot be mocked)
  • Improve readability of BPF filter instructions using human readable constants

Closes #73

@fako1024 fako1024 added the enhancement New feature or request label Sep 25, 2024
@fako1024 fako1024 self-assigned this Sep 25, 2024
@fako1024 fako1024 linked an issue Sep 25, 2024 that may be closed by this pull request
3 tasks
@fako1024 fako1024 changed the title [feature] Implement ignoreVLan flag to drop VLAN tagged packages on interfaces and support extra BPF instructions [feature] Implement ignoreVLan flag to skip VLAN tagged packages on interfaces and support extra BPF instructions Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support EBPF filters for afpacket capture source(s)
1 participant