ref: e2680390b8b211c0e8f55f481725e19160b65897
parent: 82f4c592e011edf6c6a7afbb153ba75fdcd0165d
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Apr 11 16:18:03 EDT 2021
ip/ipconfig: ODtftpserver (dhcp option 66) is of type string
--- a/sys/src/cmd/ip/ipconfig/dhcp.c
+++ b/sys/src/cmd/ip/ipconfig/dhcp.c
@@ -106,7 +106,7 @@
[ODrebindingtime] { "rebindingtime", Tulong }, [ODvendorclass] { "vendorclass", Tvec }, [ODclientid] { "clientid", Tvec },-[ODtftpserver] { "tftp", Taddr },+[ODtftpserver] { "tftp", Tstr }, [ODbootfile] { "bootfile", Tstr }, [ODdnsdomain] { "dnsdomain", Tnames },};
--
⑨