busybox/examples/udhcp
Denys Vlasenko 0f62c4d065 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>
2010-03-20 07:12:21 +01:00
..
sample.bound Simon Poole writes: 2004-10-13 07:18:05 +00:00
sample.deconfig added full udhcp integration 2002-10-14 21:41:28 +00:00
sample.nak added full udhcp integration 2002-10-14 21:41:28 +00:00
sample.renew Simon Poole writes: 2004-10-13 07:18:05 +00:00
sample.script chmod 755 some files in examples/* 2009-07-23 21:30:30 +02:00
simple.script chmod 755 some files in examples/* 2009-07-23 21:30:30 +02:00
udhcpd.conf udhcpd: remove five more options which do not make sense or not supported 2010-03-20 07:12:21 +01:00