Found this issue while testing #70.
Subnet using this range: 10.0.0.0/16
If I try to go to 10.250.0.1, the HTTP request generates an exception:
IndexError at /api/v1/subnet/7c173504-6ab6-4051-a036-9ecfe92b122f/hosts/
No exception message supplied
It should return a 400 bad request error which should trigger the "Invalid address" error to be shown in the go to section.
Found this issue while testing #70.
Subnet using this range: 10.0.0.0/16
If I try to go to 10.250.0.1, the HTTP request generates an exception:
It should return a 400 bad request error which should trigger the "Invalid address" error to be shown in the go to section.