-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
NetBox Edition
NetBox Community
NetBox Version
v4.3.7
Python Version
3.11
Steps to Reproduce
- Choose an IP Address with Primary (and/or OOB) status as true
- Go to bulk import of IP Addresses
- Import id, interface, device, is_oob (and/or is_primary) setting as false
For instance:
id, interface, device, is_oob
744, Eth1, HOSTNAME, false
Expected Behavior
IP Address updated with OOB (and/or Primary) status as False
Observed Behavior
IP Address updated without errors but the status remains True.
It works when the status is False and it is updated to True.
Metadata
Metadata
Assignees
Labels
netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application