From 6c770567abe76020819c0dcfd5d3eae2fe6f4727 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 13 Jul 2019 19:12:04 +0200 Subject: [PATCH] s/nf2/nf3/ --- netpfga/minip4/testdata/gen_testdata-port1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netpfga/minip4/testdata/gen_testdata-port1.py b/netpfga/minip4/testdata/gen_testdata-port1.py index a8755f6..7fb63d8 100755 --- a/netpfga/minip4/testdata/gen_testdata-port1.py +++ b/netpfga/minip4/testdata/gen_testdata-port1.py @@ -129,7 +129,7 @@ def test_port1(): # Send on nf3 pktCnt += 1 - applyPkt(pkt, 'nf2', pktCnt) + applyPkt(pkt, 'nf3', pktCnt) # Receive on nf0 expPkt(pkt, 'nf0')