Skip to content

is_oob and/or is_primary do not update to false in bulk update #20459

@MattBoxIT

Description

@MattBoxIT

NetBox Edition

NetBox Community

NetBox Version

v4.3.7

Python Version

3.11

Steps to Reproduce

  1. Choose an IP Address with Primary (and/or OOB) status as true
  2. Go to bulk import of IP Addresses
  3. 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 availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions