FIXES #511: ipv6

This commit is contained in:
Muayyad alsadi 2022-06-29 12:03:54 +03:00
parent f674ab8cfb
commit 4a73ae86bc

View File

@ -798,7 +798,7 @@ def get_net_args(compose, cnt):
if ip:
net_args.append(f"--ip={ip}")
if ip6:
net_args.append(f"--ip6={ip}")
net_args.append(f"--ip6={ip6}")
return net_args