]> git.pld-linux.org Git - packages/busybox.git/blame - busybox-dhcp.patch
- rel 1
[packages/busybox.git] / busybox-dhcp.patch
CommitLineData
c818a1f2
JB
1--- busybox-1.3.1/networking/udhcp/options.c.orig 2006-12-27 05:52:33.000000000 +0100
2+++ busybox-1.3.1/networking/udhcp/options.c 2006-12-30 12:31:57.305539547 +0100
3@@ -24,8 +24,8 @@
4 {"hostname", OPTION_STRING | OPTION_REQ, 0x0c},
5 {"bootsize", OPTION_U16, 0x0d},
6 {"domain", OPTION_STRING | OPTION_REQ, 0x0f},
7- {"swapsvr", OPTION_IP, 0x10},
8- {"rootpath", OPTION_STRING, 0x11},
9+ {"swapsvr", OPTION_IP | OPTION_REQ, 0x10},
10+ {"rootpath", OPTION_STRING | OPTION_REQ, 0x11},
11 {"ipttl", OPTION_U8, 0x17},
12 {"mtu", OPTION_U16, 0x1a},
13 {"broadcast", OPTION_IP | OPTION_REQ, 0x1c},
14@@ -40,8 +40,8 @@
15 {"message", OPTION_STRING, 0x38},
16 {"vendorclass", OPTION_STRING, 0x3C},
17 {"clientid", OPTION_STRING, 0x3D},
18- {"tftp", OPTION_STRING, 0x42},
19- {"bootfile", OPTION_STRING, 0x43},
20+ {"tftp", OPTION_STRING | OPTION_REQ, 0x42},
21+ {"bootfile", OPTION_STRING | OPTION_REQ, 0x43},
22 {"userclass", OPTION_STRING, 0x4D},
23 /* MSIE's "Web Proxy Autodiscovery Protocol" support */
24 {"wpad", OPTION_STRING, 0xfc},
This page took 0.026377 seconds and 4 git commands to generate.