CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/11/26 12:25:31
Modified files: sbin/dhclient : dispatch.c Log message: Reset ifi->errors after a successful receive_packet(), rather than incrementing sporadic errors until the limit is exceeded. i.e. only exit dhclient when enough consecutive errors occur. Tweak error messages. Don't bother checking interface_status() when receive_packet() fails. Let other status checks function on their own.