From 87fa216e1e388c537cda2cff126eea816a4135ac Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 20 Mar 2010 18:06:23 +0100 Subject: udhcpc: make it possible to disable vendor id; improve help text function old new delta init_packet 135 139 +4 packed_usage 26789 26786 -3 alloc_dhcp_option 67 63 -4 udhcpc_main 2467 2447 -20 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/3 up/down: 4/-27) Total: -23 bytes Signed-off-by: Denys Vlasenko --- networking/udhcp/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'networking/udhcp/options.c') diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c index c2a2305..09d31c69 100644 --- a/networking/udhcp/options.c +++ b/networking/udhcp/options.c @@ -13,6 +13,7 @@ /* Supported options are easily added here. * See RFC2132 for more options. + * OPTION_REQ: these options are requested by udhcpc (unless -o). */ const struct dhcp_option dhcp_options[] = { /* flags code */ -- cgit v1.1