You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List the available IPs for the prefix by requesting /api/ipam/prefixes/<pk>/available-ips/
This will trigger a server error:
IndexError at /api/ipam/prefixes/<pk>/available-ips/
range contains more than 9223372036854775807 (sys.maxint) IP addresses!Use the .size property instead.
The text was updated successfully, but these errors were encountered:
Issue type: Bug report
Python version: 2.7.4
NetBox version: 2.1.1
Steps to recreate:
/api/ipam/prefixes/<pk>/available-ips/
This will trigger a server error:
The text was updated successfully, but these errors were encountered: