Skip to content

Cant look at IP Addresses in a Prefix #13006

Answered by sebedh
sebedh asked this question in Help Wanted!
Discussion options

You must be logged in to vote

I actually found the problem my self.
I had IP addresses in that prefix that had assigned_object_id == 0. Which broke the view. Not sure how that happened. Nothing in the change log...
I fixed it by running this in the nbshell

>>> for ip in prefix.get_child_ips():
...     if ip.assigned_object_id == 0:
...             print(f"ip has 0 assigned as id: {ip.address}")
...

I went to that ip address url, clicked edit and save.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sebedh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant