Closed
Description
Deployment Type
NetBox Cloud
NetBox Version
v4.1.1
Python Version
3.10
Steps to Reproduce
- Create two devices, A & B.
- Create interface 1 on device A and interfaces 1 and 2 on device B.
- Create a cable connecting interface 1 on both devices.
- Move the cable from device B interface 1 to interface 2.
- 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
andcable_end
fields on interface 1 - Setting the
cable
andcable_end
fields on interface 2
Observed Behavior
No change record is created for the cable
and cable_end
fields on interface 1.