Alternative ways to filter or redirect packets with XDP on Windows #872
Unanswered
CedricBouton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently working on an XDP program that I want to use to send and peek specific packet (Custom EtherType for example). If I'm not mistaken, it's not possible to apply such filter with XDP_RULE for the input path.
I tried to implement an ebpf program with ebpf_for_windows but it's seem that it doesn't implement XDP_REDIRECT action and bpf_redirect_map to redirect a frame to a userspace XDP socket.
Is there any alternative or recommended way to filter or redirect packets to user space or a specific queue on Windows with XDP?
Or is this a current limitation of the implementation?
Thank you in advance for your help and insights.
Beta Was this translation helpful? Give feedback.
All reactions