mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
When calling ioctl on a socket with SIOCGIFHWADDR, return the correct physical interface type. This value was previously hardcoded to ARPHRD_ETHER (Ethernet), and now can also return ARPHRD_LOOPBACK for the loopback adapter.