mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
Apply global DHCP options when register_dhcp_options() is called. Do
not apply DHCP options in dhcp_configure_netdev().
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user