udhcpd: remove five more options which do not make sense or not supported
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 20 Mar 2010 06:12:21 +0000 (07:12 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 20 Mar 2010 06:12:21 +0000 (07:12 +0100)
commit0f62c4d065bc7fa9d3de52a8482bf48ecfd18ecf
tree40a176b78edf6b6bc02cbca31d82892e1d23fe8e
parenta953987e778e1a89d9371df99b243e7b57b22a07
udhcpd: remove five more options which do not make sense or not supported

requestip, vendorclass, clientid are client-side variables,
          they do not make sense as udhcpd opts
dhcptype  is the packet type (not interesting, it's always 5)
userclass needs parser support in order to work

function                                             old     new   delta
dhcp_options                                          68      66      -2
read_opt                                             865     859      -6
dhcp_option_strings                                  253     203     -50
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-58)             Total: -58 bytes

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