You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: