[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
Michael Brown 2008-03-24 00:48:06 +00:00
parent c06e6d0635
commit 8f00c84828
1 changed files with 6 additions and 0 deletions

View File

@ -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",