Skip to content
Snippets Groups Projects
Commit afe19c6d authored by niels's avatar niels
Browse files

fix old directory structure in p4runtime README

parent 99423ab2
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ Let's first compile the new P4 program, start the network, use `mycontroller.py`
3. Open another shell and run the starter code:
```bash
cd ~/tutorials/exercises/p4runtime
cd ~/p4labs/assignments/p4runtime
python3 mycontroller.py
```
This will install the `basic.p4` program on the switches and push the rules. Since there are no ingress rules yet, you should not see ingress data here.
......@@ -76,7 +76,7 @@ based on the tunnel ID.
3. Open another shell and run the python code:
```bash
cd ~/tutorials/exercises/p4runtime
cd ~/p4labs/assignments/p4runtime
python3 mycontroller.py
```
This will install the `basic.p4` program on the switches and push the rules. If you implemented the counters and the rules correctly, you should start see traffic flowing and the counters incrementing.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment