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

fix bug

parent 90287f04
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,8 @@ def run_ids_solo5_hvt(map_tap_inf_for_ids):
# Loop through interface numbers from 4 to 13
for i in map_tap_inf_for_ids.keys():
inter_name, new_bridge, public_if, private_if = map_tap_inf_for_ids[i]
inter_name, new_bridge, public_if = map_tap_inf_for_ids[i]
private_if = map_inf_inside[i]
# Add the --net option dynamically for each interface
command.append(f"--net:public{i}={public_if}")
command.append(f"--net:private{i}={private_if}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment