udhcpc: add support for DHCP option 212 (RFC 5969)
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 19 Oct 2011 20:40:35 +0000 (22:40 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 19 Oct 2011 20:40:35 +0000 (22:40 +0200)
commit1f56e51ca1d96b70635eb1b9df1d1ab0edd98a72
treeec991d04a4708e2bc2ac32b251e0ecd853a781cd
parent2ea73b513dfa831e75a297dd602576b40d38be3f
udhcpc: add support for DHCP option 212 (RFC 5969)

The patch is from OpenWRT people.

function                                             old     new   delta
xmalloc_optname_optval                               637     874    +237
dhcp_option_strings                                  237     243      +6
dhcp_optflags                                         68      70      +2
len_of_option_as_string                               12      13      +1
dhcp_option_lengths                                   12      13      +1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/0 up/down: 247/0)             Total: 247 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
networking/udhcp/common.c
networking/udhcp/common.h
networking/udhcp/dhcpc.c