aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/options.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-06 14:59:45 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-06 14:59:45 +0000
commitd824853de335d969f4d009f445bb6dfb1b18493b (patch)
treede7b963864e86c6012fb8da1fb64ab780e906af5 /networking/udhcp/options.c
parentdcc286607c83723f2b05f91da0a6942999576106 (diff)
downloadbusybox-w32-d824853de335d969f4d009f445bb6dfb1b18493b.tar.gz
busybox-w32-d824853de335d969f4d009f445bb6dfb1b18493b.tar.bz2
busybox-w32-d824853de335d969f4d009f445bb6dfb1b18493b.zip
merge from udhcp module
Diffstat (limited to 'networking/udhcp/options.c')
-rw-r--r--networking/udhcp/options.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c
index d75bc5aff..ae9819413 100644
--- a/networking/udhcp/options.c
+++ b/networking/udhcp/options.c
@@ -32,7 +32,9 @@ struct dhcp_option dhcp_options[] = {
32 {"ipttl", OPTION_U8, 0x17}, 32 {"ipttl", OPTION_U8, 0x17},
33 {"mtu", OPTION_U16, 0x1a}, 33 {"mtu", OPTION_U16, 0x1a},
34 {"broadcast", OPTION_IP | OPTION_REQ, 0x1c}, 34 {"broadcast", OPTION_IP | OPTION_REQ, 0x1c},
35 {"ntpsrv", OPTION_IP | OPTION_LIST, 0x2a}, 35 {"nisdomain", OPTION_STRING | OPTION_REQ, 0x28},
36 {"nissrv", OPTION_IP | OPTION_LIST | OPTION_REQ, 0x29},
37 {"ntpsrv", OPTION_IP | OPTION_LIST | OPTION_REQ, 0x2a},
36 {"wins", OPTION_IP | OPTION_LIST, 0x2c}, 38 {"wins", OPTION_IP | OPTION_LIST, 0x2c},
37 {"requestip", OPTION_IP, 0x32}, 39 {"requestip", OPTION_IP, 0x32},
38 {"lease", OPTION_U32, 0x33}, 40 {"lease", OPTION_U32, 0x33},