Skip to content
Snippets Groups Projects
Commit 85fab5a2 authored by NGUYEN Do Duc Anh's avatar NGUYEN Do Duc Anh
Browse files

wrong misspelling

parent 8bf62e6b
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ def generate_topohub_GNS3_topology():
attacker_index = int(sys.argv[4])
f = float(sys.argv[5])
p_NAT = int(sys.argv[6])
packet_lost = int(sys.argv[7])
packet_loss = int(sys.argv[7])
max_total_traffic = int(sys.argv[8])
proto = sys.argv[9]
time_generate = int(sys.argv[10])
......@@ -424,7 +424,7 @@ def generate_topohub_GNS3_topology():
for ubuntu_base in array_ubuntu_base:
if ubuntu_base.id in link:
GNS3Manager.set_link_filter(link[0], packet_lost)
GNS3Manager.set_link_filter(link[0], packet_loss)
# Press y to start Windows PCs
if not is_auto and input("Start Windows PCs (y/N)?") != "y":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment