]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
x86: add board mapping for Sophos XG 210r3 19647/head
authorSteve Wavler <trenchcoatjedi@gmail.com>
Sun, 3 Aug 2025 19:59:16 +0000 (15:59 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 7 Aug 2025 12:07:42 +0000 (14:07 +0200)
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 <trenchcoatjedi@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19647
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/x86/base-files/etc/board.d/02_network

index 7509b069e2ea1debc64321b985a9a7f9b35a56d8..aa61cf32fbf9b4b1f4ef5d8254f7e20d69b0e9ca 100644 (file)
@@ -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"
        ;;