Skip to content

Interface parent virtual chassis validation error #20197

@elipsion

Description

@elipsion

Deployment Type

Self-hosted

NetBox Version

v4.2.1

Python Version

3.11

Steps to Reproduce

  1. Create two devices (DevA, DevB)
  2. Join them in a virtual chassis
  3. Create an interface on DevA (IntA1)
  4. Create an interface on DevB (IntB1)
  5. Edit IntB1, set IntA1 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 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