2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00

errata for 21308 - correct domain-search syntax

This commit is contained in:
Shawn Routhier 2010-09-14 23:05:39 +00:00
parent 766eb2a840
commit 66309a5e93
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
send host-name = pick-first-value(gethostname(), "ISC-dhclient"); send host-name = pick-first-value(gethostname(), "ISC-dhclient");
send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
send dhcp-lease-time 3600; 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; prepend domain-name-servers 127.0.0.1;
request subnet-mask, broadcast-address, time-offset, routers, request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, host-name; domain-name, domain-name-servers, host-name;

View File

@ -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) 2009-2010 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2004,2007 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; hardware ethernet 00:a0:24:ab:fb:9c;
send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
send dhcp-lease-time 3600; 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; prepend domain-name-servers 127.0.0.1;
request subnet-mask, broadcast-address, time-offset, routers, request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, host-name; domain-name, domain-name-servers, host-name;