- The code walking the interface list will issue the SIOCGIFMEDIA ioctl to
every interface. This ioctl will fail on if_fwe and if_plip (and probably
others). Therefore make the failing ioctl() non-fatal and issue a warning
only.
PR: ports/83381
Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer)