Re introduce macs
This commit is contained in:
parent
88959baf13
commit
3947acfded
1 changed files with 5 additions and 5 deletions
10
netpfga/minip4/testdata/gen_testdata.py
vendored
10
netpfga/minip4/testdata/gen_testdata.py
vendored
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue