mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-22 16:58:49 +02:00
#6346: Add 'bridge' interface type
This commit is contained in:
@@ -34,6 +34,7 @@ INTERFACE_MTU_MAX = 65536
|
||||
VIRTUAL_IFACE_TYPES = [
|
||||
InterfaceTypeChoices.TYPE_VIRTUAL,
|
||||
InterfaceTypeChoices.TYPE_LAG,
|
||||
InterfaceTypeChoices.TYPE_BRIDGE,
|
||||
]
|
||||
|
||||
WIRELESS_IFACE_TYPES = [
|
||||
|
||||
Reference in New Issue
Block a user