From 4880e8e338fcd0d1448414265a2b2003a2594fe0 Mon Sep 17 00:00:00 2001 From: Steve Wavler Date: Sun, 3 Aug 2025 15:59:16 -0400 Subject: [PATCH] x86: add board mapping for Sophos XG 210r3 Sophos XG 210r3 is a rackmounted x86 based firewall with 6 RJ-45 gigabit ethernet ports (eth0-5) and 2 SFP gigabit ethernet ports (eth6, eth7) all running Intel NICs supported by igb driver. This board update maps eth0 (left most RJ-45 port) as wan and eth1-7 as lan. Signed-off-by: Steve Wavler Link: https://github.com/openwrt/openwrt/pull/19647 Signed-off-by: Hauke Mehrtens --- target/linux/x86/base-files/etc/board.d/02_network | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/x86/base-files/etc/board.d/02_network b/target/linux/x86/base-files/etc/board.d/02_network index 7509b069e2e..aa61cf32fbf 100644 --- a/target/linux/x86/base-files/etc/board.d/02_network +++ b/target/linux/x86/base-files/etc/board.d/02_network @@ -97,6 +97,9 @@ sophos-sg-135r3|sophos-xg-135r3| \ sophos-sg-135wr3|sophos-xg-135wr3) ucidef_set_interfaces_lan_wan "eth0 eth1 eth2 eth3 eth5 eth7 eth8" "eth6" ;; +sophos-xg-210r3) + ucidef_set_interfaces_lan_wan "eth1 eth2 eth3 eth4 eth5 eth6 eth7" "eth0" + ;; supermicro-sys-e302-9d) ucidef_set_interface_lan "eth0 eth1 eth2 eth3 eth4 eth5 eth6 eth7" ;; -- 2.47.2