CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/11/08 14:32:55
Modified files: sbin/dhclient : Makefile clparse.c dhclient.c dhcpd.h dispatch.c kroute.c options.c parse.c privsep.c Log message: Remove confusing extra address abstraction 'struct iaddr'. Just use 'in_addr'. Remove many double conversions and other perversions. piaddr() replaced with inet_ntoa(). dhclient is extremely unlikely to support anything but ipv4/dhcp without a complete rewrite. Joint work with chris@. Positive feedback from deraadt@ zinke@ phessler@.