Date: Fri, 6 May 2016 13:44:56 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299174 - head/usr.bin/iscsictl Message-ID: <201605061344.u46DiuWB073157@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Fri May 6 13:44:56 2016 New Revision: 299174 URL: https://svnweb.freebsd.org/changeset/base/299174 Log: Document the "Protocol" field of iscsi.conf(5). MFC after: 1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/iscsictl/iscsi.conf.5 Modified: head/usr.bin/iscsictl/iscsi.conf.5 ============================================================================== --- head/usr.bin/iscsictl/iscsi.conf.5 Fri May 6 13:41:43 2016 (r299173) +++ head/usr.bin/iscsictl/iscsi.conf.5 Fri May 6 13:44:56 2016 (r299174) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 2, 2015 +.Dd May 6, 2016 .Dt ISCSI.CONF 5 .Os .Sh NAME @@ -129,6 +129,14 @@ returned by SendTargets iSCSI discovery Name of selected iSCSI hardware offload driver. Default is .Qq Ar None . +.It Cm Protocol +Name of selected protocol. +It can be either +.Qq Ar iSER , +for iSCSI over RDMA, or +.Qq Ar iSCSI . +Default is +.Qq Ar iSCSI . .El .Sh FILES .Bl -tag -width indent
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605061344.u46DiuWB073157>