Skip to content

Commit

Permalink
[Settings] Add named setting for next-server
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Michael Brown committed Mar 24, 2008
1 parent c06e6d0 commit 8f00c84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/settings.c
Expand Up @@ -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",
Expand Down

0 comments on commit 8f00c84

Please sign in to comment.