dhcp: Request sending a RFC 1533- and 2132-compliant client-id
authorGrant Erickson <marathon96@gmail.com>
Mon, 13 Feb 2012 17:56:09 +0000 (09:56 -0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 13 Feb 2012 18:24:32 +0000 (19:24 +0100)
commitb18d9798b3a0ae46ed87d6d2be8d5a474bf3ab1e
treeee037e124f37e3ba52eb17df171c92fc1c6b846b
parentb540226ada933b5364ac0d44d345d8cc888e78e7
dhcp: Request sending a RFC 1533- and 2132-compliant client-id

Some Internet gateways and Wi-Fi access points are unhappy when the
DHCPv4 client-id option (61) is missing and will refuse to issue a
DHCP lease. Adding the client-id option placates these devices.

This patch requests that a RFC 1533- and 2132-compliant DHCP client-id
option (61) be sent with DHCPv4 packets.
src/dhcp.c