]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
network/dhclient.conf: add missing commata
authorHarald Hoyer <harald@redhat.com>
Thu, 23 Jun 2016 12:24:40 +0000 (14:24 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 24 Jun 2016 09:10:19 +0000 (11:10 +0200)
options need to be seperated by ,

(cherry picked from commit 7e51abc81f53c08e464decd4103e8c4ec25fef87)

modules.d/40network/dhclient.conf

index 7b067632d606ea6e435ef13301043f84115a371a..a1739ce35a9c881ab47bc963ee295b860e9fbfa0 100644 (file)
@@ -3,4 +3,4 @@ option classless-routes code 121 = array of unsigned integer 8;
 
 request subnet-mask, broadcast-address, time-offset, routers,
         domain-name, domain-name-servers, domain-search, host-name,
-        root-path, interface-mtu classless-routes;
+        root-path, interface-mtu, classless-routes;