diff --git a/device-types/Ubiquiti/AF-5XHD.yml b/device-types/Ubiquiti/AF-5XHD.yml new file mode 100644 index 000000000..6edec2478 --- /dev/null +++ b/device-types/Ubiquiti/AF-5XHD.yml @@ -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 diff --git a/tests/schema.json b/tests/schema.json index ff1157347..5a90275c5 100644 --- a/tests/schema.json +++ b/tests/schema.json @@ -388,6 +388,7 @@ "enum": [ "virtual", "lag", + "bridge", "100base-tx", "1000base-t", "2.5gbase-t",