From: Hannes Reinecke Date: Wed, 24 Aug 2016 10:26:04 +0000 (+0200) Subject: 95fcoe: always set AUTO_VLAN for fcoemon X-Git-Tag: 047~51^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2aac3194100b903740bb9057aed71a35ce92a2e3;p=thirdparty%2Fdracut.git 95fcoe: always set AUTO_VLAN for fcoemon fcoemon is well capable of figuring out whether a vlan should be used, so there's no need to disable the AUTO_VLAN feature. References: bsc#995019 Signed-off-by: Hannes Reinecke --- diff --git a/modules.d/95fcoe/fcoe-up.sh b/modules.d/95fcoe/fcoe-up.sh index 55ab235a2..c2da0be21 100755 --- a/modules.d/95fcoe/fcoe-up.sh +++ b/modules.d/95fcoe/fcoe-up.sh @@ -99,13 +99,8 @@ elif [ "$dcb" = "dcb" ]; then done sleep 1 - - write_fcoemon_cfg - fcoemon $syslogopt -else - vlan="no" - write_fcoemon_cfg - fcoemon $syslogopt fi +write_fcoemon_cfg +fcoemon $syslogopt need_shutdown