issues
search
dropbox
/
nsot
Network Source of Truth is an open source IPAM and network inventory database
https://nsot.readthedocs.io
Other
399
stars
66
forks
source link
Fix #200 - Bugfix in network allocation methods returning wrong results
#201
Closed
jathanism
closed
8 years ago
jathanism
commented
8 years ago
Fixed a bug in
Network.next_address()
and
Network.next_network()
where children w/ busy states were mistakenly being excluded from the filter and therefore causing them to be offered as free.
Added changelog entry for v0.17.3
Enabled debug logging for the demo app
Network.next_address()
andNetwork.next_network()
where children w/ busy states were mistakenly being excluded from the filter and therefore causing them to be offered as free.