aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-10-19 22:40:35 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-10-19 22:40:35 +0200
commit1f56e51ca1d96b70635eb1b9df1d1ab0edd98a72 (patch)
treeec991d04a4708e2bc2ac32b251e0ecd853a781cd /networking/udhcp/common.h
parent2ea73b513dfa831e75a297dd602576b40d38be3f (diff)
downloadbusybox-w32-1f56e51ca1d96b70635eb1b9df1d1ab0edd98a72.tar.gz
busybox-w32-1f56e51ca1d96b70635eb1b9df1d1ab0edd98a72.tar.bz2
busybox-w32-1f56e51ca1d96b70635eb1b9df1d1ab0edd98a72.zip
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>
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r--networking/udhcp/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h
index 786266810..da0bd38d1 100644
--- a/networking/udhcp/common.h
+++ b/networking/udhcp/common.h
@@ -88,6 +88,7 @@ enum {
88 OPTION_S32, 88 OPTION_S32,
89 OPTION_BIN, 89 OPTION_BIN,
90 OPTION_STATIC_ROUTES, 90 OPTION_STATIC_ROUTES,
91 OPTION_6RD,
91#if ENABLE_FEATURE_UDHCP_RFC3397 92#if ENABLE_FEATURE_UDHCP_RFC3397
92 OPTION_DNS_STRING, /* RFC1035 compressed domain name list */ 93 OPTION_DNS_STRING, /* RFC1035 compressed domain name list */
93 OPTION_SIP_SERVERS, 94 OPTION_SIP_SERVERS,