ip/ipconfig: ODtftpserver (dhcp option 66) is of type string
This commit is contained in:
parent
5d0c3ab7df
commit
d9bf5d074d
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ static Option option[256] =
|
|||
[ODrebindingtime] { "rebindingtime", Tulong },
|
||||
[ODvendorclass] { "vendorclass", Tvec },
|
||||
[ODclientid] { "clientid", Tvec },
|
||||
[ODtftpserver] { "tftp", Taddr },
|
||||
[ODtftpserver] { "tftp", Tstr },
|
||||
[ODbootfile] { "bootfile", Tstr },
|
||||
[ODdnsdomain] { "dnsdomain", Tnames },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue