-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Milestone
Description
NetBox version
v2.11.2
Feature type
Data model extension
Proposed functionality
Introduce support for modeling bridge group interface assignments. This was originally raised in #6170 as a new interface type, but it was quickly realized that a more robust approach would be needed. I see two options for implementation:
- Add a
bridgefield to the Interface model to function similarly to theparentfield, and use a "bridge" interface to correlate bridge members. - Add a new BridgeGroup model. All member interfaces (include an actual "bridge" interface, if present) would be assigned to this.
Either approach would also require the introduction of a new "bridge" interface type as proposed in #6170.
Use case
Implementing this will allow users to accurately model interfaces and subinterfaces which belong to a common L2 domain within a device/VM.
Database changes
TBD
External dependencies
No response
julianze, BarbarossaTM, firmansyahn, ypid, swoga and 1 more
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application