forked from infra/ansible
parent
60fd97e7cb
commit
538f6e5df0
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ def get_fedora_ipv6_address(pool_id, ip_offset, log):
|
|||
_, _, ipv6_start_string, gw = get_hv_identification_from_pool_id(pool_id)
|
||||
log.info("Getting IP in %s + 64 range", ipv6_start_string)
|
||||
ip_start = ipaddress.IPv6Address(ipv6_start_string)
|
||||
ip = ip_start + ip_offset
|
||||
ip = ip_start + int(ip_offset)
|
||||
log.info("IP %s", ip)
|
||||
return str(ip), gw
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue