diff --git a/sys/src/cmd/ip/dhcpd/dhcpd.c b/sys/src/cmd/ip/dhcpd/dhcpd.c index f6323f535..93b83c8f8 100644 --- a/sys/src/cmd/ip/dhcpd/dhcpd.c +++ b/sys/src/cmd/ip/dhcpd/dhcpd.c @@ -1342,7 +1342,7 @@ openlisten(char *net) fatal("can't announce: %r"); if(fprint(cfd, "headers") < 0) fatal("can't set header mode: %r"); - + fprint(cfd, "ignoreadvice"); sprint(data, "%s/data", devdir); fd = open(data, ORDWR); if(fd < 0)