File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ are working as expected.
4646
47473 . Open another shell and run the starter code:
4848 ``` bash
49- cd ~ /tutorials/P4D2_2017_Fall/ exercises/p4runtime
49+ cd ~ /tutorials/exercises/p4runtime
5050 ./mycontroller.py
5151 ```
5252 This will install the ` advanced_tunnel.p4 ` program on the switches and push the
@@ -70,7 +70,7 @@ If you see the following error message when running `mycontroller.py`, then
7070the gRPC server is not running on one or more switches.
7171
7272```
73- p4@p4:~/tutorials/P4D2_2017_Fall/ exercises/p4runtime$ ./mycontroller.py
73+ p4@p4:~/tutorials/exercises/p4runtime$ ./mycontroller.py
7474...
7575grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNAVAILABLE, Connect Failed)>
7676```
You can’t perform that action at this time.
0 commit comments