Re introduce macs

This commit is contained in:
Nico Schottelius 2019-06-12 19:31:40 +02:00
parent 88959baf13
commit 3947acfded
1 changed files with 5 additions and 5 deletions

View File

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