Replaced settings.NETWORK_INTERCONNECT_PREFIXLEN (an integer) with
settings.NETWORK_INTERCONNECT_PREFIXES (a tuple) to support IPv6
prefixes, which defaults to prefixes (/31, /127).
Network.get_next_address() was changed to calculate available
addresses differently if the network from which you are allocating is
determined to be an interconnect network. For interconnects, gateway
and broadcast addresses can be returned. For any other networks, they
cannot.
settings.NETWORK_INTERCONNECT_PREFIXLEN
(an integer) withsettings.NETWORK_INTERCONNECT_PREFIXES
(a tuple) to support IPv6 prefixes, which defaults to prefixes (/31, /127).Network.get_next_address()
was changed to calculate available addresses differently if the network from which you are allocating is determined to be an interconnect network. For interconnects, gateway and broadcast addresses can be returned. For any other networks, they cannot.CC @dbarrosop