summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-09-05 14:58:24 +0000
committertrasz <trasz@FreeBSD.org>2014-09-05 14:58:24 +0000
commitca6e87735466b49e624fca023d7c8aade7025e62 (patch)
tree6d30e05be82ab097340e2a754ae16fd05a188057 /usr.sbin
parent81a94cc5e93c3806b9d83fabc04996fc5dacdbd0 (diff)
downloadFreeBSD-src-ca6e87735466b49e624fca023d7c8aade7025e62.zip
FreeBSD-src-ca6e87735466b49e624fca023d7c8aade7025e62.tar.gz
Document initiator-portal netmask support.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ctld/ctl.conf.513
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.sbin/ctld/ctl.conf.5 b/usr.sbin/ctld/ctl.conf.5
index 0c73f64..125cbffa 100644
--- a/usr.sbin/ctld/ctl.conf.5
+++ b/usr.sbin/ctld/ctl.conf.5
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 28, 2014
+.Dd September 5, 2014
.Dt CTL.CONF 5
.Os
.Sh NAME
@@ -118,8 +118,9 @@ If not defined, there will be no restrictions based on initiator
name.
Otherwise, only initiators with names matching one of defined
ones will be allowed to connect.
-.It Ic initiator-portal Ao Ar address Ac
-Specifies iSCSI initiator portal - IPv4 or IPv6 address or network.
+.It Ic initiator-portal Ao Ar address Ac Ao Ar / prefixlen Ac
+Specifies the iSCSI initiator portal: an IPv4 or IPv6 address, optionally
+followed by slash and prefix length.
If not defined, there will be no restrictions based on initiator
address.
Otherwise, only initiators with addresses matching one of defined
@@ -178,8 +179,9 @@ Otherwise, only initiators with names matching one of defined
ones will be allowed to connect.
This clause is mutually exclusive with auth-group; one cannot use
both in a single target.
-.It Ic initiator-portal Ao Ar address Ac
-Specifies iSCSI initiator portal - IPv4 or IPv6 address.
+.It Ic initiator-portal Ao Ar address Ac Ao Ar / prefixlen Ac
+Specifies the iSCSI initiator portal: an IPv4 or IPv6 address, optionally
+followed by slash and prefix length.
If not defined, there will be no restrictions based on initiator
address.
Otherwise, only initiators with addresses matching one of defined
@@ -234,6 +236,7 @@ pidfile /var/run/ctld.pid
auth-group example2 {
chap-mutual "user" "secret" "mutualuser" "mutualsecret"
chap-mutual "user2" "secret2" "mutualuser" "mutualsecret"
+ initiator-portal 192.168.1.1/16
}
portal-group example2 {
OpenPOWER on IntegriCloud