CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/02/11 15:00:19
Modified files: sbin/dhclient : dhclient.c Log message: Ooops. After getting a NAK in response to a renewal REQUEST, we delete the interface's address and thus the cached configuration data becomes invalid and must be discarded. Issue found & fix tested by Christer Solskogen. Thanks!