[PATCH] Set AUTO_VLAN=yes in fcoe config files (#618875)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 storage/fcoe.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/storage/fcoe.py b/storage/fcoe.py
index e77caba..8c5d921 100644
--- a/storage/fcoe.py
+++ b/storage/fcoe.py
@@ -154,6 +154,8 @@ class fcoe(object):
                 os.write(fd, 'DCB_REQUIRED="yes"\n')
             else:
                 os.write(fd, 'DCB_REQUIRED="no"\n')
+            os.write(fd, '# Indicate if VLAN discovery should be handled by fcoemon\n')
+            os.write(fd, 'AUTO_VLAN="yes"\n')
             os.close(fd)
 
         return
-- 
1.7.2

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux