>>>>> "Kevin" == Kevin Darcy <kcd at daimlerchrysler.com> writes:
Kevin> Question to developers: since the socket call
Kevin> uses SOCK_DGRAM, why do the error messages report
Kevin> SOCK_RAW?
A raw socket is needed for the SIOCGIFCONF ioctl() that gets the
system's list of network interfaces.