mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
[Settings] Use a settings applicator to configure IPv4 routes.
This commit is contained in:
@@ -32,11 +32,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
static int dhcp_success ( struct net_device *netdev,
|
||||
static int dhcp_success ( struct net_device *netdev __unused,
|
||||
struct dhcp_option_block *options ) {
|
||||
DBGC ( options, "DHCP client registering options %p\n", options );
|
||||
register_dhcp_options ( options );
|
||||
return dhcp_configure_netdev ( netdev, options );
|
||||
return 0;
|
||||
}
|
||||
|
||||
int dhcp ( struct net_device *netdev ) {
|
||||
|
||||
Reference in New Issue
Block a user