Disentangle log_debug() output from tick_msg() output.
authorkrw <krw@openbsd.org>
Sat, 27 Feb 2021 13:59:00 +0000 (13:59 +0000)
committerkrw <krw@openbsd.org>
Sat, 27 Feb 2021 13:59:00 +0000 (13:59 +0000)
commit30a3e6e1710f28fd7510fcc44bd86bc47d29646a
treef0111d443893f5a7b1c67e68a5dd0fa1b131a50a
parent673024cd94a3b686c9eccc5ec3a0d57757966603
Disentangle log_debug() output from tick_msg() output.

Simplifies -v output, and reduces non-'-v' output.

Reduce non-'-v' output further by only displaying the first 'link up'
event.

Restore behaviour specified in dhclient.conf(5) of going daemon after
link-timeout seconds, rather than waiting another link-timeout seconds
for a lease to be accepted.

Lease verbiage problem reported, and fix tested by Mihai Popescu. Thanks!

Link verbiage problems reported, fix tested & ok tb@.
sbin/dhclient/dhclient.c
sbin/dhclient/dispatch.c