Skip to content

Commit

Permalink
Add ubnt af 5xhd (netbox-community#627)
Browse files Browse the repository at this point in the history
* Create AF-5XHD.yml
* Added bridge to schema tests
  • Loading branch information
dmcken authored Jan 24, 2022
1 parent 0ca3c61 commit ae0e7d6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions device-types/Ubiquiti/AF-5XHD.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
manufacturer: Ubiquiti
model: airFiber AF-5XHD
slug: airfiber-af-5xhd
part_number: AF-5XHD
comments: |
ath0 is setup to use ieee802.11ax as LTE currently doesn't allow wireless
parameters to be specified despite the fact that the airFiber is a LTE-U
device.
The eth0 and ath0 are permanently bridged as this is a L2 bridge device.
u_height: 0
is_full_depth: false
interfaces:
- name: br0
type: bridge
mgmt_only: true
- name: eth0
label: Ethernet
type: 1000base-t
mgmt_only: false
- name: ath0
label: Wireless
type: ieee802.11ax
mgmt_only: false
1 change: 1 addition & 0 deletions tests/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@
"enum": [
"virtual",
"lag",
"bridge",
"100base-tx",
"1000base-t",
"2.5gbase-t",
Expand Down

0 comments on commit ae0e7d6

Please sign in to comment.