mirror of https://github.com/ipxe/ipxe.git
[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.pull/1/head
parent
c06e6d0635
commit
8f00c84828
|
@ -1084,6 +1084,12 @@ struct named_setting basic_named_settings[] __named_setting = {
|
|||
.tag = DHCP_HOST_NAME,
|
||||
.type = &setting_type_string,
|
||||
},
|
||||
{
|
||||
.name = "next-server",
|
||||
.description = "TFTP server",
|
||||
.tag = DHCP_EB_SIADDR,
|
||||
.type = &setting_type_ipv4,
|
||||
},
|
||||
{
|
||||
.name = "filename",
|
||||
.description = "Boot filename",
|
||||
|
|
Loading…
Reference in New Issue