CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/18 16:26:56
Modified files:
sbin/dhclient : dhclient.c dhcpd.h options.c
Log message:
Use same idiom for pretty_print_domain_search() and
pretty_print_classless_routes(), making both of them local to
options.c.
Avoids a double pretty print of DHO_DOMAIN_SEARCH, eliminates an
unneeded 1024 byte static array.
Shrinks size of upcoming diff to implement parsing of domain search
option in leases and dhclient.conf.
