]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
errata for 21308 - correct domain-search syntax
authorShawn Routhier <sar@isc.org>
Tue, 14 Sep 2010 23:05:39 +0000 (23:05 +0000)
committerShawn Routhier <sar@isc.org>
Tue, 14 Sep 2010 23:05:39 +0000 (23:05 +0000)
client/dhclient.conf
client/dhclient.conf.5

index 1d1d7328d885001f82202febfe6124db7c65664f..b8354de80cfd2de43151fcf9d1964050cf65269e 100644 (file)
@@ -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;
index 5943e12c307a28b680282fa400510789a6b09222..23000883856447741b4381429bc25f0dbd20e150 100644 (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) 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;