CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/07/15 08:03:01
Modified files: sbin/dhclient : dhclient.c Log message: If a DHCPREQUEST returns a lease identical to the one currently bound to the interface, skip the address deleting/adding and route deleting/adding and simply update the timestamps. Suggested by sthen@. Tweaks from millert@. ok sthen@ millert@