mirror of
https://abf.rosa.ru/djam/dhcp.git
synced 2025-02-23 21:42:48 +00:00
22 lines
1.3 KiB
Diff
22 lines
1.3 KiB
Diff
diff -Naur dhcp-4.2.5-P1/client/dhclient.conf.5 dhcp-4.2.5-P1.oden/client/dhclient.conf.5
|
|
--- dhcp-4.2.5-P1/client/dhclient.conf.5 2013-03-05 19:26:51.000000000 +0100
|
|
+++ dhcp-4.2.5-P1.oden/client/dhclient.conf.5 2013-03-28 11:55:37.131387053 +0100
|
|
@@ -202,7 +202,8 @@
|
|
options. Only the option names should be specified in the request
|
|
statement - not option parameters. By default, the DHCPv4 client
|
|
requests the subnet-mask, broadcast-address, time-offset, routers,
|
|
-domain-name, domain-name-servers and host-name options while the DHCPv6
|
|
+domain-search, domain-name, domain-name-servers, host-name, nis-domain,
|
|
+nis-servers, ntp-servers and interface-mtu options while the DHCPv6
|
|
client requests the dhcp6 name-servers and domain-search options. Note
|
|
that if you enter a \'request\' statement, you over-ride these defaults
|
|
and these options will not be requested.
|
|
@@ -713,7 +714,7 @@
|
|
supersede domain-search "fugue.com", "rc.vix.com", "home.vix.com";
|
|
prepend domain-name-servers 127.0.0.1;
|
|
request subnet-mask, broadcast-address, time-offset, routers,
|
|
- domain-name, domain-name-servers, host-name;
|
|
+ domain-search, domain-name, domain-name-servers, host-name;
|
|
require subnet-mask, domain-name-servers;
|
|
script "CLIENTBINDIR/dhclient-script";
|
|
media "media 10baseT/UTP", "media 10base2/BNC";
|