diff --git a/7e51abc81f53c08e464decd4103e8c4ec25fef87.patch b/7e51abc81f53c08e464decd4103e8c4ec25fef87.patch
new file mode 100644
index 0000000..cabf49f
--- /dev/null
+++ b/7e51abc81f53c08e464decd4103e8c4ec25fef87.patch
@@ -0,0 +1,20 @@
+From 7e51abc81f53c08e464decd4103e8c4ec25fef87 Mon Sep 17 00:00:00 2001
+From: Harald Hoyer <harald@redhat.com>
+Date: Thu, 23 Jun 2016 14:24:40 +0200
+Subject: [PATCH] network/dhclient.conf: add missing commata
+
+options need to be seperated by ,
+---
+ modules.d/40network/dhclient.conf | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/modules.d/40network/dhclient.conf b/modules.d/40network/dhclient.conf
+index 7b06763..a1739ce 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;