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

XDP_TX isn't putting the packet back in the network. #879

Open
amirali-mohammadi-azihub opened this issue Feb 6, 2024 · 0 comments
Open

Comments

@amirali-mohammadi-azihub

I am running an XDP program in a docket container. I also have 2 other containers on the same network as the XDP container of type bridge. I'm using nc -ul on port 9002 on one container and when I send a udp packet from other container to the XDP container, it manipulates the packet and uses XDP_TX to return it to the same nic and she should be sent to the container that's listening, however it isn't being put on the network. I've inspected the manipulated packet using Wireshark and it's completely correct. I used tcpdump to see if it's being put on the network, but nothing is showing.

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

No branches or pull requests

1 participant