extnet list fix
This commit is contained in:
@@ -897,7 +897,7 @@ class DecortController(object):
|
||||
vins_iface_list.append(iface_data)
|
||||
elif iface['connType'] == 'VLAN':
|
||||
ip_addr = netaddr.IPAddress(iface['ipAddress'])
|
||||
for erunner in extnet_list:
|
||||
for erunner in extnet_list['data']:
|
||||
# match by IP address range
|
||||
# if iface['ipAddress'] <-> erunner['name']
|
||||
# enet_iface_list.append(erunner['id'])
|
||||
|
||||
Reference in New Issue
Block a user