From 2aac3194100b903740bb9057aed71a35ce92a2e3 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Wed, 24 Aug 2016 12:26:04 +0200 Subject: [PATCH] 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 --- modules.d/95fcoe/fcoe-up.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/modules.d/95fcoe/fcoe-up.sh b/modules.d/95fcoe/fcoe-up.sh index 55ab235a..c2da0be2 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