95fcoe: default rd.nofcoe to false
rd.nofcoe should default to false, e.g. fcoe should be enabled unless overwritten from the command line. The same applies for lldapd.sh.master
parent
7fb8f939a5
commit
8446c8f9de
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if ! getargbool 0 rd.nofcoe ; then
|
if getargbool 0 rd.nofcoe ; then
|
||||||
info "rd.nofcoe=0: skipping lldpad activation"
|
info "rd.nofcoe=0: skipping lldpad activation"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
# fcoe=eth0:nodcb:vn2vn
|
# fcoe=eth0:nodcb:vn2vn
|
||||||
# fcoe=4a:3f:4c:04:f8:d7:nodcb:fabric
|
# fcoe=4a:3f:4c:04:f8:d7:nodcb:fabric
|
||||||
|
|
||||||
if ! getargbool 0 rd.nofcoe ; then
|
if getargbool 0 rd.nofcoe ; then
|
||||||
info "rd.nofcoe=0: skipping fcoe"
|
info "rd.nofcoe=0: skipping fcoe"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue