Browse Source

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 <hare@suse.com>
master
Hannes Reinecke 9 years ago committed by Daniel Molkentin
parent
commit
2aac319410
  1. 9
      modules.d/95fcoe/fcoe-up.sh

9
modules.d/95fcoe/fcoe-up.sh

@ -99,13 +99,8 @@ elif [ "$dcb" = "dcb" ]; then @@ -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

Loading…
Cancel
Save