From 573f716edc9ce1afeb5f8e77944ea20b20ff3510 Mon Sep 17 00:00:00 2001 From: nonylene Date: Thu, 13 Jun 2019 21:31:23 +0900 Subject: [PATCH] Fix file extension on README (#259) --- exercises/p4runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/p4runtime/README.md b/exercises/p4runtime/README.md index 25bd8de..968e589 100644 --- a/exercises/p4runtime/README.md +++ b/exercises/p4runtime/README.md @@ -5,7 +5,7 @@ In this exercise, we will be using P4Runtime to send flow entries to the switch instead of using the switch's CLI. We will be building on the same P4 program that you used in the [basic_tunnel](../basic_tunnel) exercise. The -P4 program has been renamed to `advanced_tunnel.py` and has been augmented +P4 program has been renamed to `advanced_tunnel.p4` and has been augmented with two counters (`ingressTunnelCounter`, `egressTunnelCounter`) and two new actions (`myTunnel_ingress`, `myTunnel_egress`).