From 934b70d62c7cd9835b2b8682f665277e1e1259e1 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 6 Jul 2007 17:07:50 +0100 Subject: Apply global DHCP options when register_dhcp_options() is called. Do not apply DHCP options in dhcp_configure_netdev(). --- src/include/gpxe/dhcp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index caac91443..7e5eb3c99 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -504,6 +504,7 @@ extern void find_global_dhcp_ipv4_option ( unsigned int tag, extern void delete_dhcp_option ( struct dhcp_option_block *options, unsigned int tag ); extern int apply_dhcp_options ( struct dhcp_option_block *options ); +extern int apply_global_dhcp_options ( void ); extern struct dhcp_option_block dhcp_request_options; extern int create_dhcp_packet ( struct net_device *netdev, uint8_t msgtype, -- cgit v1.2.3-55-g7522