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

Server response is encapsulated with IPv6 #345

Open
sanaa50 opened this issue Apr 21, 2020 · 1 comment
Open

Server response is encapsulated with IPv6 #345

sanaa50 opened this issue Apr 21, 2020 · 1 comment

Comments

@sanaa50
Copy link

sanaa50 commented Apr 21, 2020

I have two client-server model, one for TCP and the other is for UDP. I tested these two models with mininet using sudo mn , and they worked just fine. After that, I tried to run the models in a simple mininet network of two hosts and one P4 switch. The packets of the client request are being received by the server, but (by reading the switch log) the response of the server is encapsulated with IPv6, which can't be possible since the client uses IPv4. Consequently, no reply from the servers.
I double checked my P4 code and switch runtime json file. I can't see any problem.

I really need help.

Note: Sorry for my poor English.

@njlnc
Copy link

njlnc commented Apr 6, 2021

Have you solved the problem yet? I had the same problem.

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

2 participants