mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Fix type of host-name option. Partial fix for referenced PR.
Submitted by: John Baldwin <jobaldwi@vt.edu> PR: 12205
This commit is contained in:
parent
e9ecccf8cb
commit
9827a7982b
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ struct option dhcp_options [256] = {
|
|||
{ "lpr-servers", "IA", &dhcp_universe, 9 },
|
||||
{ "impress-servers", "IA", &dhcp_universe, 10 },
|
||||
{ "resource-location-servers", "IA", &dhcp_universe, 11 },
|
||||
{ "host-name", "X", &dhcp_universe, 12 },
|
||||
{ "host-name", "t", &dhcp_universe, 12 },
|
||||
{ "boot-size", "S", &dhcp_universe, 13 },
|
||||
{ "merit-dump", "t", &dhcp_universe, 14 },
|
||||
{ "domain-name", "t", &dhcp_universe, 15 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue