mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 13:28:14 +00:00
errata for 21308 - correct domain-search syntax
This commit is contained in:
parent
766eb2a840
commit
66309a5e93
@ -1,7 +1,7 @@
|
||||
send host-name = pick-first-value(gethostname(), "ISC-dhclient");
|
||||
send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
|
||||
send dhcp-lease-time 3600;
|
||||
supersede domain-search "fugue.com home.vix.com";
|
||||
supersede domain-search "fugue.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;
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: dhclient.conf.5,v 1.30 2010/09/14 22:20:20 sar Exp $
|
||||
.\" $Id: dhclient.conf.5,v 1.31 2010/09/14 23:05:39 sar Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2009-2010 by Internet Systems Consortium, Inc. ("ISC")
|
||||
.\" Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
|
||||
@ -694,7 +694,7 @@ interface "ep0" {
|
||||
hardware ethernet 00:a0:24:ab:fb:9c;
|
||||
send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
|
||||
send dhcp-lease-time 3600;
|
||||
supersede domain-search "fugue.com rc.vix.com home.vix.com";
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user