ip/ipconfig: ODtftpserver (dhcp option 66) is of type string

This commit is contained in:
cinap_lenrek 2021-04-11 20:18:03 +02:00
parent 5d0c3ab7df
commit d9bf5d074d

View file

@ -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 },
};