mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[Settings] Add named setting for next-server
It's probably easier to have a named setting for next-server, rather than to explain to people why they need to pretend it is option 175.3.
This commit is contained in:
@@ -1084,6 +1084,12 @@ struct named_setting basic_named_settings[] __named_setting = {
|
|||||||
.tag = DHCP_HOST_NAME,
|
.tag = DHCP_HOST_NAME,
|
||||||
.type = &setting_type_string,
|
.type = &setting_type_string,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.name = "next-server",
|
||||||
|
.description = "TFTP server",
|
||||||
|
.tag = DHCP_EB_SIADDR,
|
||||||
|
.type = &setting_type_ipv4,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.name = "filename",
|
.name = "filename",
|
||||||
.description = "Boot filename",
|
.description = "Boot filename",
|
||||||
|
|||||||
Reference in New Issue
Block a user