Skip to content

No change record created for interface when disconnecting a cable #17601

Closed
@jeremystretch

Description

@jeremystretch

Deployment Type

NetBox Cloud

NetBox Version

v4.1.1

Python Version

3.10

Steps to Reproduce

  1. Create two devices, A & B.
  2. Create interface 1 on device A and interfaces 1 and 2 on device B.
  3. Create a cable connecting interface 1 on both devices.
  4. Move the cable from device B interface 1 to interface 2.
  5. Inspect the change log.

Expected Behavior

Change records should be created for each of the following changes:

  • Delete the cable termination for interface 1
  • Creating the cable termination for interface 2
  • Nullifying the cable and cable_end fields on interface 1
  • Setting the cable and cable_end fields on interface 2

Observed Behavior

No change record is created for the cable and cable_end fields on interface 1.

Metadata

Metadata

Assignees

Labels

severity: 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

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions