Jean-Sébastien Pédron 409139f051 Support domain-search in dhclient(8)
The "domain-search" option (option 119) allows a DHCP server to publish
a list of implicit domain suffixes used during name lookup. This option
is described in RFC 3397.

For instance, if the domain-search option says:
    ".example.org .example.com"
and one wants to resolve "foobar", the resolver will try:
    1. "foobar.example.org"
    2. "foobar.example.com"

The file /etc/resolv.conf is updated with a "search" directive if the
DHCP server provides "domain-search".

A regression test suite is included in this patch under
tools/regression/sbin/dhclient.

PR:		bin/151940
Sponsored by	Yakaz (http://www.yakaz.com)
2011-12-04 14:44:31 +00:00
..
2011-11-07 07:50:35 +00:00
2011-11-06 20:39:35 +00:00
2011-11-09 21:01:50 +00:00
2011-09-03 03:12:33 +00:00
2011-10-27 20:36:35 +00:00
2011-03-23 13:44:09 +00:00
2011-04-14 08:53:04 +00:00
2011-06-24 07:29:04 +00:00
2011-06-02 09:56:42 +00:00