gdhcp: Use data size specific option setting function
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Thu, 11 Oct 2012 07:11:52 +0000 (10:11 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 11 Oct 2012 13:31:43 +0000 (15:31 +0200)
commit132bb54b219270304d3047eedb5d60b58d94db16
tree636c6a5516b9a3e7c1a0ba9bb9cfe74280fdacc8
parent635f1e814e4e5a0d4f8356475dff32515e78f692
gdhcp: Use data size specific option setting function

Instead of using dhcp_add_simple_option() the gdhcp now uses
three functions for setting uint8, uint16 and uint32 values.
gdhcp/client.c
gdhcp/common.c
gdhcp/common.h
gdhcp/server.c