CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/02/14 15:18:12
Modified files: sbin/dhclient : dhclient.c dispatch.c Log message: When an interface generates an RTM_IFINFO message, it may be as the result of its LLADDR changing! Check said address and if it differs from what we think it is, simulate a SIGHUP to restart, getting the new address and a new lease for it. Spotted by, fix tested by, and ok beck@