View | Details | Raw Unified | Return to bug 281361 | Differences between
and this patch

Collapse All | Expand All

(-)sbin/dhclient/dhclient.c (+1 lines)
Lines 2641-2646 check_option(struct client_lease *l, int option) Link Here
2641
	case DHO_DHCP_USER_CLASS_ID:
2641
	case DHO_DHCP_USER_CLASS_ID:
2642
	case DHO_URL:
2642
	case DHO_URL:
2643
	case DHO_SIP_SERVERS:
2643
	case DHO_SIP_SERVERS:
2644
	case DHO_V_I_VENDOR_SPECIFIC_INFO:
2644
	case DHO_END:
2645
	case DHO_END:
2645
		return (1);
2646
		return (1);
2646
	case DHO_CLASSLESS_ROUTES:
2647
	case DHO_CLASSLESS_ROUTES:
(-)sbin/dhclient/dhcp.h (+1 lines)
Lines 174-179 struct dhcp_packet { Link Here
174
#define	DHO_DOMAIN_SEARCH		119
174
#define	DHO_DOMAIN_SEARCH		119
175
#define DHO_SIP_SERVERS			120
175
#define DHO_SIP_SERVERS			120
176
#define DHO_CLASSLESS_ROUTES		121
176
#define DHO_CLASSLESS_ROUTES		121
177
#define DHO_V_I_VENDOR_SPECIFIC_INFO	125
177
#define DHO_END				255
178
#define DHO_END				255
178
179
179
/* DHCP message types. */
180
/* DHCP message types. */

Return to bug 281361