Blame SOURCES/fcoe-utils-set-default-DCB_REQUIRED-to-no.patch

30fd80
From db650524cb395827cf0d5a43bd07f77396513cd7 Mon Sep 17 00:00:00 2001
30fd80
From: rpm-build <rpm-build>
30fd80
Date: Tue, 7 Aug 2018 21:23:38 -0700
30fd80
Subject: [PATCH 1/1] set default DCB_REQUIRED to 'no'
30fd80
30fd80
---
30fd80
 etc/cfg-ethx | 2 +-
30fd80
 1 file changed, 1 insertion(+), 1 deletion(-)
30fd80
30fd80
diff --git a/etc/cfg-ethx b/etc/cfg-ethx
30fd80
index c5aaf36b4625..e2eb3309ccc7 100644
30fd80
--- a/etc/cfg-ethx
30fd80
+++ b/etc/cfg-ethx
30fd80
@@ -8,7 +8,7 @@ FCOE_ENABLE="yes"
30fd80
 ## Default:    no
30fd80
 # Indicate if DCB service is required at the Ethernet port
30fd80
 # Normally set to "yes"
30fd80
-DCB_REQUIRED="yes"
30fd80
+DCB_REQUIRED="no"
30fd80
 
30fd80
 ## Type:	yes/no
30fd80
 ## Default:	no
30fd80
-- 
30fd80
2.14.4
30fd80