From 5de0d50e4bad00252993c8bba0eb0e9eaf626c28 Mon Sep 17 00:00:00 2001 From: Joe Nichols Date: Sat, 18 May 2024 13:54:11 -0400 Subject: [PATCH] Fix Netgate 8200-max port descriptions (#2144) * fix port descriptions based on actual device spec * use label instead of description --------- Co-authored-by: Daniel W. Anner --- .../8200-max-pfsense-plus--security-gateway.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/device-types/Netgate/8200-max-pfsense-plus--security-gateway.yaml b/device-types/Netgate/8200-max-pfsense-plus--security-gateway.yaml index 5c1724d29..00195dace 100644 --- a/device-types/Netgate/8200-max-pfsense-plus--security-gateway.yaml +++ b/device-types/Netgate/8200-max-pfsense-plus--security-gateway.yaml @@ -29,25 +29,25 @@ power-ports: interfaces: - name: ix0 type: 10gbase-x-sfpp - description: WAN1 + label: WAN3 - name: ix1 type: 10gbase-x-sfpp - description: WAN2 + label: WAN4 - name: ix2 type: 1000base-x-sfp - description: WAN3 + label: WAN2 - name: ix3 type: 1000base-x-sfp - description: WAN4 + label: WAN1 - name: igc0 type: 2.5gbase-t - description: LAN1 + label: LAN1 - name: igc1 type: 2.5gbase-t - description: LAN2 + label: LAN2 - name: igc2 type: 2.5gbase-t - description: LAN3 + label: LAN3 - name: igc3 type: 2.5gbase-t - description: LAN4 + label: LAN4