neutron/neutron/ipam
Kevin Benton 6324f7f23d Fix usage of netaddr '.broadcast'
netaddr 0.7.16 changed the behavior of IPNetworks with /31 and /32
prefixes to make their 'broadcast' attribute return None. This patch
replaces the use of the attribute with a -1 index lookup to get the
last address instead.

Closes-Bug: #1490380
Change-Id: I97d71c4051882ddd9e496c78cfbce840ad7a2b67
2015-08-31 12:38:39 +00:00
..
drivers Add IPv6 Prefix Delegation compatibility to ipam_pluggable_backend 2015-08-25 17:01:22 +01:00
__init__.py Make IPAM more pythonic 2015-07-09 17:33:17 +00:00
driver.py Add Pluggable IPAM Backend Part 2 2015-07-24 10:31:39 +03:00
exceptions.py Remove unnecessary brackets 2015-05-24 21:19:51 -07:00
requests.py Add Pluggable IPAM Backend Part 1 2015-07-10 17:11:59 +03:00
subnet_alloc.py Support subnetpool association to an address scope 2015-08-04 12:09:15 +05:30
utils.py Fix usage of netaddr '.broadcast' 2015-08-31 12:38:39 +00:00