CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/04/01 20:59:43
Modified files:
sbin/dhclient : clparse.c dhclient.c dhcpd.h options.c
Log message:
Add human readable parsing/display of RFC1035 data in domain-search
option. Replace handrolled dn_expand() with the system
version. Existing hex octet versions still accepted. New format is
option domain-search "my.domain.org", "fw.my.domain.org";
It is now possible to append and prepend domains to the list provided
by the server.
Documention update to dhcp-options(5) in the pipeline!
Inspired by dhcpd(8) domain-search diff from William Ahern.
Code peered at by florian@ and kn@.