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

Collapse All | Expand All

(-)udhcp.orig/options.c (+1 lines)
Lines 43-48 Link Here
43
	{"message",	OPTION_STRING,				0x38},
43
	{"message",	OPTION_STRING,				0x38},
44
	{"tftp",	OPTION_STRING,				0x42},
44
	{"tftp",	OPTION_STRING,				0x42},
45
	{"bootfile",	OPTION_STRING,				0x43},
45
	{"bootfile",	OPTION_STRING,				0x43},
46
	{"cidrroute",	OPTION_U8 | OPTION_LIST | OPTION_REQ,	0x79},
46
	{"",		0x00,				0x00}
47
	{"",		0x00,				0x00}
47
};
48
};
48
49

Return to bug 127149