mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-23 07:56:44 -06:00
#9935 add new wireless choices for interfaces
This commit is contained in:
parent
646272f9b3
commit
4a94467ee6
@ -790,7 +790,9 @@ class InterfaceTypeChoices(ChoiceSet):
|
|||||||
TYPE_80211AC = 'ieee802.11ac'
|
TYPE_80211AC = 'ieee802.11ac'
|
||||||
TYPE_80211AD = 'ieee802.11ad'
|
TYPE_80211AD = 'ieee802.11ad'
|
||||||
TYPE_80211AX = 'ieee802.11ax'
|
TYPE_80211AX = 'ieee802.11ax'
|
||||||
|
TYPE_80211AY = 'ieee802.11ay'
|
||||||
TYPE_802151 = 'ieee802.15.1'
|
TYPE_802151 = 'ieee802.15.1'
|
||||||
|
TYPE_OTHER_WIRELESS = 'other-Wireless'
|
||||||
|
|
||||||
# Cellular
|
# Cellular
|
||||||
TYPE_GSM = 'gsm'
|
TYPE_GSM = 'gsm'
|
||||||
@ -918,7 +920,9 @@ class InterfaceTypeChoices(ChoiceSet):
|
|||||||
(TYPE_80211AC, 'IEEE 802.11ac'),
|
(TYPE_80211AC, 'IEEE 802.11ac'),
|
||||||
(TYPE_80211AD, 'IEEE 802.11ad'),
|
(TYPE_80211AD, 'IEEE 802.11ad'),
|
||||||
(TYPE_80211AX, 'IEEE 802.11ax'),
|
(TYPE_80211AX, 'IEEE 802.11ax'),
|
||||||
|
(TYPE_80211AY, 'IEEE 802.11ay'),
|
||||||
(TYPE_802151, 'IEEE 802.15.1 (Bluetooth)'),
|
(TYPE_802151, 'IEEE 802.15.1 (Bluetooth)'),
|
||||||
|
(TYPE_OTHER_WIRELESS, 'Other (Wireless)'),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user