From: Harald Hoyer Date: Thu, 23 Jun 2016 12:24:40 +0000 (+0200) Subject: network/dhclient.conf: add missing commata X-Git-Tag: 045~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e51abc81f53c08e464decd4103e8c4ec25fef87;p=thirdparty%2Fdracut.git network/dhclient.conf: add missing commata options need to be seperated by , --- diff --git a/modules.d/40network/dhclient.conf b/modules.d/40network/dhclient.conf index 7b067632d..a1739ce35 100644 --- a/modules.d/40network/dhclient.conf +++ b/modules.d/40network/dhclient.conf @@ -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;