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
I noticed this when working on #13690. there the deletion modal I adjusted was showing oob_ip's and primary_ips were up for deletion...
I may have my logic backwards here when it comes to the on_delete=models.SET_NULL direction. However I still consider it surprising that primary_ip's or oob_ip's would be deleted on deletion of a device
NetBox version
v3.6.3
Python version
3.10
Steps to Reproduce
Expected Behavior
the ips should become unassigned from the device, not deleted
ref: #6015 - here deleting of ips when interfaces were deleted was disabled
Observed Behavior
oob_ip/primary_ip assigned addresses are deleted.
this is unexpected as the field models have
on_delete=models.SET_NULL
configuredThe text was updated successfully, but these errors were encountered: