-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
severity: 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
Deployment Type
Self-hosted
NetBox Version
v4.2.1
Python Version
3.11
Steps to Reproduce
- Create two devices (
DevA
,DevB
) - Join them in a virtual chassis
- Create an interface on
DevA
(IntA1
) - Create an interface on
DevB
(IntB1
) - Edit
IntB1
, setIntA1
as parent
Expected Behavior
IntB1
has IntA1
as parent.
Observed Behavior
Django throws an AttributeError from here.
<class 'AttributeError'>
'Interface' object has no attribute 'virtual_chassis'
Python version: 3.11.11
NetBox version: 4.2.1
Plugins:
netbox_bgp: 0.15.0
netbox_dns: 1.2.0
Metadata
Metadata
Assignees
Labels
severity: 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