Blame SOURCES/0391-network-dhclient.conf-add-missing-commata.patch

18971c
From 320b8d5c0c858111e688abe400a899dcac315e43 Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Thu, 23 Jun 2016 14:24:40 +0200
18971c
Subject: [PATCH] network/dhclient.conf: add missing commata
18971c
18971c
options need to be seperated by ,
18971c
18971c
(cherry picked from commit 7e51abc81f53c08e464decd4103e8c4ec25fef87)
18971c
---
18971c
 modules.d/40network/dhclient.conf | 2 +-
18971c
 1 file changed, 1 insertion(+), 1 deletion(-)
18971c
18971c
diff --git a/modules.d/40network/dhclient.conf b/modules.d/40network/dhclient.conf
18971c
index 7b067632..a1739ce3 100644
18971c
--- a/modules.d/40network/dhclient.conf
18971c
+++ b/modules.d/40network/dhclient.conf
18971c
@@ -3,4 +3,4 @@ option classless-routes code 121 = array of unsigned integer 8;
18971c
 
18971c
 request subnet-mask, broadcast-address, time-offset, routers,
18971c
         domain-name, domain-name-servers, domain-search, host-name,
18971c
-        root-path, interface-mtu classless-routes;
18971c
+        root-path, interface-mtu, classless-routes;