udhcpc: support option 0x79 (static routes) (part of bug 341)
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 3 Jul 2009 16:14:03 +0000 (18:14 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 3 Jul 2009 16:14:03 +0000 (18:14 +0200)
commit97ef65483a40f8622aaa73408dc0909f01ebd118
treee5ea5c626bedf51c271c480eedbea0b827b1f5ed
parent7895b91743702497efc179a4fe30808e49c67977
udhcpc: support option 0x79 (static routes) (part of bug 341)

function                                             old     new   delta
xmalloc_optname_optval                                 -     583    +583
dhcp_option_strings                                  258     266      +8
dhcp_options                                          70      72      +2
len_of_option_as_string                               11      12      +1
dhcp_option_lengths                                   11      12      +1
udhcp_run_script                                    1187     669    -518
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 4/1 up/down: 595/-518)           Total: 77 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/options.c
networking/udhcp/options.h
networking/udhcp/script.c