CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/10/31 09:50:47
Modified files: sbin/dhclient : kroute.c dhcpd.h dhclient.c Log message: Forcibly delete all existing ipv4 addresses from an interface when binding a lease to that interface. This fixes issues sthen@ found with unexpectedly persistant addresses and failures of dhclient when switching an interface repeatedly between different networks. This crude but predictable behaviour may be toned down once it is figured out what we want to do with mixed static/dynamic configurations on an interface. ok sthen@