mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
sys: Retire the ISCSI_INITIATOR_DEBUG option
This was used by the old iSCSI initiator, not the current one.
Reported by: trasz
(cherry picked from commit f3f04c4027)
This commit is contained in:
parent
eb1f270950
commit
4ecd329b73
2 changed files with 0 additions and 7 deletions
|
|
@ -1468,10 +1468,6 @@ device cfiscsi # CAM Target Layer iSCSI target frontend
|
|||
device iscsi # iSCSI initiator
|
||||
device iser # iSCSI Extensions for RDMA (iSER) initiator
|
||||
|
||||
# Options used in dev/iscsi (Software iSCSI stack)
|
||||
#
|
||||
options ISCSI_INITIATOR_DEBUG=9
|
||||
|
||||
|
||||
#####################################################################
|
||||
# MISCELLANEOUS DEVICES AND OPTIONS
|
||||
|
|
|
|||
|
|
@ -416,9 +416,6 @@ ISP_DEFAULT_ROLES opt_isp.h
|
|||
ISP_INTERNAL_TARGET opt_isp.h
|
||||
ISP_FCTAPE_OFF opt_isp.h
|
||||
|
||||
# Options used only in dev/iscsi
|
||||
ISCSI_INITIATOR_DEBUG opt_iscsi_initiator.h
|
||||
|
||||
# Net stuff.
|
||||
ACCEPT_FILTER_DATA
|
||||
ACCEPT_FILTER_DNS
|
||||
|
|
|
|||
Loading…
Reference in a new issue