mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
[DHCP] Add "dhcp-server" setting to help end-user diagnostics
This commit is contained in:
@@ -260,6 +260,14 @@ static struct dhcp_settings * dhcpset_create ( const struct dhcphdr *dhcphdr,
|
|||||||
return dhcpset;
|
return dhcpset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** DHCP server address setting */
|
||||||
|
struct setting dhcp_server_setting __setting = {
|
||||||
|
.name = "dhcp-server",
|
||||||
|
.description = "DHCP server address",
|
||||||
|
.tag = DHCP_SERVER_IDENTIFIER,
|
||||||
|
.type = &setting_type_ipv4,
|
||||||
|
};
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
* DHCP session
|
* DHCP session
|
||||||
|
|||||||
Reference in New Issue
Block a user