mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Fix syntax error in confignet
This commit is contained in:
parent
6e092934e7
commit
ec023831a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user