2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +00:00

Fix syntax error in confignet

This commit is contained in:
Jarrod Johnson 2023-11-09 17:28:38 -05:00
parent 6e092934e7
commit ec023831a5

View File

@ -153,7 +153,7 @@ class NetplanManager(object):
needcfgwrite = False
# ipv6_method missing at uconn...
if stgs.get('ipv6_method', None) == 'static':
curraddr = stgs'ipv6_address']
curraddr = stgs['ipv6_address']
currips = self.getcfgarrpath([devname, 'addresses'])
if curraddr not in currips:
needcfgwrite = True