s/nf2/nf3/
This commit is contained in:
parent
c243778bc3
commit
6c770567ab
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue