Add ubnt af 5xhd (#627)

* Create AF-5XHD.yml
* Added bridge to schema tests
This commit is contained in:
David Mc Ken 2022-01-24 09:52:41 -04:00 committed by GitHub
parent 0ca3c61226
commit ae0e7d6c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -388,6 +388,7 @@
"enum": [
"virtual",
"lag",
"bridge",
"100base-tx",
"1000base-t",
"2.5gbase-t",