From a264b3de05b807d5ccfae1e8f047e3e5dd64246f Mon Sep 17 00:00:00 2001 From: David Lu Date: Tue, 8 Jan 2019 23:54:37 +0800 Subject: [PATCH] Update README.md (#220) Modify the title "Step 2" to "Step 1" and "Step 3" to "Step 2" because there is no "Step 1" --- exercises/basic_tunnel/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/basic_tunnel/README.md b/exercises/basic_tunnel/README.md index 6e85984..820f3ff 100644 --- a/exercises/basic_tunnel/README.md +++ b/exercises/basic_tunnel/README.md @@ -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