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

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