-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
NetBox version
v2.11
Feature type
Data model extension
Proposed functionality
I just saw the update on #5402 and I think there is a trivial thing missing which would aid modeling bridges even further.
I propose to add an Interface type "Bridge" to denote an interface is a bridge (for whatever definition that may be in your environment). With #1519 in play modeling the relationship is possibe but one would have to rely on naming convention, tags or a custom attribute to denote that a given interface is in fact a bridge. Having the choice to indicate this by setting the interface type to bridge seems better.
I really just thought about #1519 in context of bridges today but were to slow to add a comment to #5402 obviously ;-)
Use case
Use cases may be Linux-based KVM hosts, VPLS/EVPN setups etc.
Database changes
I think this does not warrant a database change but just a new entry for the Interface types
External dependencies
None