mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-16 18:49:04 +00:00
Add missing bit from last commit
This commit is contained in:
parent
3fed7ea075
commit
cadb222904
@ -223,7 +223,7 @@ def get_nic_config(configmanager, node, ip=None, mac=None, ifidx=None,
|
||||
for net in nets:
|
||||
net, prefix, svrip = net
|
||||
if ip_on_same_subnet(net, ipbynodename, prefix):
|
||||
cfgdata['isnodename'] = True
|
||||
cfgdata['matchesnodename'] = True
|
||||
cfgdata['ipv4_address'] = ipbynodename
|
||||
cfgdata['ipv4_method'] = 'static'
|
||||
cfgdata['prefix'] = prefix
|
||||
|
Loading…
x
Reference in New Issue
Block a user