summaryrefslogtreecommitdiffstats
path: root/usr.bin/iscsictl
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-02-26 09:06:57 +0000
committertrasz <trasz@FreeBSD.org>2014-02-26 09:06:57 +0000
commita2213e2bd174203159be9e11a80133637d259cef (patch)
tree264b32ad4d77cbd915fb49288ea79d1b92d839e4 /usr.bin/iscsictl
parent26906dd4c69c718aca33821277574c25aa559550 (diff)
downloadFreeBSD-src-a2213e2bd174203159be9e11a80133637d259cef.zip
FreeBSD-src-a2213e2bd174203159be9e11a80133637d259cef.tar.gz
There is no need to prevent iscsictl from adding iSER session when there
is no iSER support in ctld and/or kernel; should the user make that mistake, the output from "iscsictl -L" is enough to determine what the problem is. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.bin/iscsictl')
-rw-r--r--usr.bin/iscsictl/iscsictl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/iscsictl/iscsictl.c b/usr.bin/iscsictl/iscsictl.c
index d2db1b6..39a31c6 100644
--- a/usr.bin/iscsictl/iscsictl.c
+++ b/usr.bin/iscsictl/iscsictl.c
@@ -242,11 +242,6 @@ conf_verify(struct conf *conf)
}
if (targ->t_protocol == PROTOCOL_UNSPECIFIED)
targ->t_protocol = PROTOCOL_ISCSI;
-#ifndef ICL_KERNEL_PROXY
- if (targ->t_protocol == PROTOCOL_ISER)
- errx(1, "iSER support requires ICL_KERNEL_PROXY; "
- "see iscsi(4) for details");
-#endif
if (targ->t_address == NULL)
errx(1, "missing TargetAddress for target \"%s\"",
targ->t_nickname);
OpenPOWER on IntegriCloud