diff options
| author | Steve Wavler | 2025-08-03 19:59:16 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-08-07 12:07:42 +0000 |
| commit | 4880e8e338fcd0d1448414265a2b2003a2594fe0 (patch) | |
| tree | 9642bc7a99fcbef1a6e1f7311f53569a4eaa8b48 | |
| parent | 2c3b1f41d96e3f51f88ef4ed0735530491d9972f (diff) | |
| download | openwrt-4880e8e338fcd0d1448414265a2b2003a2594fe0.tar.gz | |
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 <trenchcoatjedi@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19647
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/x86/base-files/etc/board.d/02_network | 3 |
1 files changed, 3 insertions, 0 deletions
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 7509b069e2..aa61cf32fb 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" ;; |