Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 178756 | Differences between
and this patch

Collapse All | Expand All

(-)busybox-1.5.0/networking/udhcp/options.c (-1 / +1 lines)
Lines 25-31 Link Here
25
	{"bootsize",    OPTION_U16,                             0x0d},
25
	{"bootsize",    OPTION_U16,                             0x0d},
26
	{"domain",      OPTION_STRING | OPTION_LIST | OPTION_REQ, 0x0f},
26
	{"domain",      OPTION_STRING | OPTION_LIST | OPTION_REQ, 0x0f},
27
	{"swapsvr",     OPTION_IP,                              0x10},
27
	{"swapsvr",     OPTION_IP,                              0x10},
28
	{"rootpath",    OPTION_STRING,                          0x11},
28
	{"rootpath",    OPTION_STRING | OPTION_REQ,             0x11},
29
	{"ipttl",       OPTION_U8,                              0x17},
29
	{"ipttl",       OPTION_U8,                              0x17},
30
	{"mtu",         OPTION_U16,                             0x1a},
30
	{"mtu",         OPTION_U16,                             0x1a},
31
	{"broadcast",   OPTION_IP | OPTION_REQ,                 0x1c},
31
	{"broadcast",   OPTION_IP | OPTION_REQ,                 0x1c},

Return to bug 178756