|
|
@ -897,7 +897,7 @@ class DecortController(object):
|
|
|
|
vins_iface_list.append(iface_data)
|
|
|
|
vins_iface_list.append(iface_data)
|
|
|
|
elif iface['connType'] == 'VLAN':
|
|
|
|
elif iface['connType'] == 'VLAN':
|
|
|
|
ip_addr = netaddr.IPAddress(iface['ipAddress'])
|
|
|
|
ip_addr = netaddr.IPAddress(iface['ipAddress'])
|
|
|
|
for erunner in extnet_list:
|
|
|
|
for erunner in extnet_list['data']:
|
|
|
|
# match by IP address range
|
|
|
|
# match by IP address range
|
|
|
|
# if iface['ipAddress'] <-> erunner['name']
|
|
|
|
# if iface['ipAddress'] <-> erunner['name']
|
|
|
|
# enet_iface_list.append(erunner['id'])
|
|
|
|
# enet_iface_list.append(erunner['id'])
|
|
|
|