mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 17:41:55 +00: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:
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
Block a user