CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/02 10:15:55
Modified files:
sbin/dhclient : dhclient.c dhcpd.h dispatch.c
Log message:
When reacting to SIGHUP, i.e. trying to restart, ignore incoming
packets, routing socket messages and cancel any pending protocol
timeout.
Since >1 packet can be received from bpf at a time, don't process any
further buffered packets after one triggers a decision to exit or
a signal is received.
