ip/dhcpd: ignore icmp advice
should ignore advice as we are handling all connections thru a single udp connection.
This commit is contained in:
parent
5186cb3b99
commit
263251da75
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue