diff options
| author | Michael Brown | 2007-07-06 18:07:50 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-06 18:07:50 +0200 |
| commit | 934b70d62c7cd9835b2b8682f665277e1e1259e1 (patch) | |
| tree | 3d83d4e2f2cb922f95dc93dee0166083d367fa32 /src/include/gpxe | |
| parent | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe (diff) | |
| download | ipxe-934b70d62c7cd9835b2b8682f665277e1e1259e1.tar.gz ipxe-934b70d62c7cd9835b2b8682f665277e1e1259e1.tar.xz ipxe-934b70d62c7cd9835b2b8682f665277e1e1259e1.zip | |
Apply global DHCP options when register_dhcp_options() is called. Do
not apply DHCP options in dhcp_configure_netdev().
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/dhcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
