Description: On my Unraid server (version 6.12.4), the Web UI incorrectly DISPLAYS the eth0 interface as using the iwlwifi driver, even though the CORRECT DRIVER IS IN USE ( ixgbe). Here’s the breakdown of the actual interface-driver mappings confirmed via ethtool -i: ``` eth0 — ixgbe — PCI 0000:09:00.0 eth1 — ixgbe — PCI 0000:09:00.1 eth2 — igc — PCI 0000:07:00.0 ``` However, the Network Settings page shows: ``` Interface eth0: PCI device 0x8086:0x2725 (iwlwifi) ← Incorrect ``` The Intel Wi-Fi adapter (associated with the iwlwifi driver) is physically present on the system but is disabled and unused. It should not be shown as bound to eth0, nor be listed in the active network interface list. There are no functional networking issues — all interfaces work as expected — but the incorrect label may cause confusion when managing or troubleshooting network interfaces via the UI.