gdhcp: Refactor alloc_dhcp_option to accept string or raw data.
authorGrant Erickson <marathon96@gmail.com>
Mon, 13 Feb 2012 17:56:07 +0000 (09:56 -0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 13 Feb 2012 18:24:32 +0000 (19:24 +0100)
commitdf176bf9cdf59757b6ea10281ad19ae47f935234
tree8a03ec372418af8ea4029bf76474e5392a3fb7b3
parentd4b273c2c160957e8de3fb70ed0843f4b3df6d8b
gdhcp: Refactor alloc_dhcp_option to accept string or raw data.

Support specifying NULL-terminated string or raw data for allocated
DHCP options.
gdhcp/client.c