-
Notifications
You must be signed in to change notification settings - Fork 861
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
DSA/EDSA: Enable filter functionality #1195
base: master
Are you sure you want to change the base?
Conversation
To be able to use filters on link layer DSA/EDSA, allow those link types to generate code. Signed-off-by: Mattias Forsblad <[email protected]>
No actions on this PR? |
FWIW, I do not see any immediate problems with the proposed change. Before:
After:
|
Any objections to merge this? |
This will need a change log entry. A few filter tests would be useful too. |
If these changes are applied and |
I really don't know, sorry. |
Alright, let's think about it. |
We want to use tcpdump filter functionality on a DSA/EDSA link layer device, but there doesn't seem to be supported right now. I'm not well versed in the libpcap implementation so I naively looked at the existing code and did the following changes in this PR. Please don't hit me over the head :/
Is this the right way of doing it or do you have any suggestions where I should look for a better solution/approach?
Best regards,