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