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
This seems to happen because both IP addresses are initialized with the same copy of the device model. One saves it with a primary IPv4 and no primary IPv6, and the other saves it with a primary IPv4 and no primary IPv6. Whichever comes last in the list will be the final iteration. This can be fixed by updating the Device directly in the database for each IP.
(Netbox 1.8.3). To reproduce:
Create a device called "testimport"
Create an interface on this device called "default"
Go to "Import IPs" and paste the following CSV
Browse to the device "testimport"
Results: only one of the IP addresses (the IPv6 one) has been recorded as Primary.
However if I do two separate imports, each with one line of the CSV, then both addresses are recorded as primary.
The text was updated successfully, but these errors were encountered: