Update README.md (#220)

Modify the title "Step 2" to "Step 1" and "Step 3" to "Step 2" because there is no "Step 1"
This commit is contained in:
David Lu 2019-01-08 23:54:37 +08:00 committed by Nate Foster
parent 41873db58d
commit a264b3de05

View File

@ -43,7 +43,7 @@ file `build/basic.p4info` after executing `make run`). Any changes in the P4
program that add or rename tables, keys, or actions will need to be reflected
in these `sX-runtime.json` files.
## Step 2: Implement Basic Tunneling
## Step 1: Implement Basic Tunneling
The `basic_tunnel.p4` file contains an implementation of a basic IP router. It
also contains comments marked with `TODO` which indicate the functionality that
@ -84,7 +84,7 @@ to hosts. For this step you will need to add your forwarding rules to the
![topology](./topo.png)
## Step 3: Run your solution
## Step 2: Run your solution
1. In your shell, run: ```bash make run ``` This will:
* compile `basic_tunnel.p4`, and