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()