From 3947acfded9ae3112181ee78354ec9b500ae7885 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 12 Jun 2019 19:31:40 +0200 Subject: [PATCH] Re introduce macs --- netpfga/minip4/testdata/gen_testdata.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/netpfga/minip4/testdata/gen_testdata.py b/netpfga/minip4/testdata/gen_testdata.py index 055d9ad..cc5f27d 100755 --- a/netpfga/minip4/testdata/gen_testdata.py +++ b/netpfga/minip4/testdata/gen_testdata.py @@ -85,10 +85,10 @@ def write_pcap_files(): ##################### MACSRC = "08:11:11:11:11:08" -MAC0 = "08:22:22:22:22:00" -#MAC1 = "08:22:22:22:22:01" -#MAC2 = "08:22:22:22:22:02" -#MAC3 = "08:22:22:22:22:03" +MAC0 = "08:22:22:22:22:00" +MAC1 = "08:22:22:22:22:01" +MAC2 = "08:22:22:22:22:02" +MAC3 = "08:22:22:22:22:03" pktCnt = 0 @@ -180,6 +180,6 @@ def test_mirror(): #test_mirror() #test_port1() -test_all_ports() +test_all_ports() write_pcap_files()