Fix file extension on README (#259)

This commit is contained in:
nonylene 2019-06-13 21:31:23 +09:00 committed by Nate Foster
parent 01fc378076
commit 573f716edc

View File

@ -5,7 +5,7 @@
In this exercise, we will be using P4Runtime to send flow entries to the 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 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 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 with two counters (`ingressTunnelCounter`, `egressTunnelCounter`) and
two new actions (`myTunnel_ingress`, `myTunnel_egress`). two new actions (`myTunnel_ingress`, `myTunnel_egress`).