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

Closed
opened 2025-12-29 21:29:29 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Sep 25, 2024).

Originally assigned to: @jeremystretch on GitHub.

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.

Originally created by @jeremystretch on GitHub (Sep 25, 2024). Originally assigned to: @jeremystretch on GitHub. ### 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.
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:29:29 +01:00
adam closed this issue 2025-12-29 21:29:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10288