Closed JoaquinChung closed 3 years ago
I reinstalled Ubuntu 20.04 in my laptop (for other reasons) and I'm running the following Docker versions:
Docker version 20.10.6, build 370c289
docker-compose version 1.29.2, build 5becea4c
I was able to complete the exercise. I'm not really sure what fixed the problem as I kept using the same changes described in my previous post.
sir cloud you please tell me how to solve this problem ,i have meet this one
Sorry, I'm not sure what solved my problem. Maybe you can create a new issue and hopefully some of the developers will reply to you
Hi,
I'm going through Exercise 1 and I'm having problems inserting a table entry using the P4runtime shell. I'm getting the following error:
Just to clarify, I'm running directly on my Ubuntu 20.04 laptop instead of the VM. Docker compose creates the network
ngsdn-tutorial_default
when I issuemake start
. So I changed your script to attach the P4 runtime to that network instead of the host network. Finally, I open the P4runtime shell as follows:util/p4rt-sh --grpc-addr mininet:50001 --config p4src/build/p4info.txt,p4src/build/bmv2.json --election-id 0,1
I made sure I'm using the latest docker image for the P4runtime shell. I don't know if my changes have messed with something in the setup.
Thanks,
Joaquin