Closed
Description
Environment
- Python version: 3.6.8
- NetBox version: v2.6.7
Steps to Reproduce
- Create an IP address with a
/0
mask
Expected Behavior
Validation error returned in form when trying to create an IP address with a mask of 0.
Observed Behavior
Netbox GUI times out and returns HTTP 504 while trying to load IPAddress detail page. You can see the IP is successfully created in the changelog, but any attempt to view the detail page times out with a reasonable nginx/gunicorn worker timeout (<60 seconds).