#6346: Add 'bridge' interface type

This commit is contained in:
jeremystretch
2021-10-25 11:11:58 -04:00
parent 68081fb9a2
commit 61d2158f76
3 changed files with 4 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ INTERFACE_MTU_MAX = 65536
VIRTUAL_IFACE_TYPES = [
InterfaceTypeChoices.TYPE_VIRTUAL,
InterfaceTypeChoices.TYPE_LAG,
InterfaceTypeChoices.TYPE_BRIDGE,
]
WIRELESS_IFACE_TYPES = [