Some ifnet drivers support UDP checksum validation offload on receive, and
set the UDP checksum in the received packet to 0xFFFF in the process.
This change makes dhclient skip UDP checksum validation if it detects this to
be the case.
Submitted by: bhavesh.davda <bhavesh.davda@oracle.com>
PR: 188990