From owner-svn-src-all@FreeBSD.ORG Thu Apr 2 11:52:35 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7062787E; Thu, 2 Apr 2015 11:52:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B808783; Thu, 2 Apr 2015 11:52:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t32BqZvE026424; Thu, 2 Apr 2015 11:52:35 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t32BqZXN026422; Thu, 2 Apr 2015 11:52:35 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201504021152.t32BqZXN026422@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Thu, 2 Apr 2015 11:52:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r280984 - head/usr.bin/iscsictl X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 11:52:35 -0000 Author: trasz Date: Thu Apr 2 11:52:34 2015 New Revision: 280984 URL: https://svnweb.freebsd.org/changeset/base/280984 Log: Add IPv6 example to iscsi.conf(5) and tweak ordering. 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 Thu Apr 2 11:41:04 2015 (r280983) +++ head/usr.bin/iscsictl/iscsi.conf.5 Thu Apr 2 11:52:34 2015 (r280984) @@ -95,14 +95,14 @@ or .Qq Ar CRC32C . Default is .Qq Ar None . -.It Cm TargetName -Sets the target name. -Not required for discovery sessions. .It Cm InitiatorName Sets the initiator name. By default, the name is concatenation of .Qq Ar iqn.1994-09.org.freebsd: with the hostname. +.It Cm TargetName +Sets the target name. +Not required for discovery sessions. .It Cm TargetAddress Sets the target address and port, in .Sy address[:port] @@ -140,6 +140,12 @@ myiscsi { # nickname targetaddress = iscsi1 targetname = iqn.1900.com.com:sn.123456 } + +myiscsi6 { # nickname + targetaddress = [2001:db8::de:ef]:3260 + targetname = iqn.1900.com.com:sn.123456 +} + chaptest { targetaddress = 10.0.0.1; targetname = iqn.1900.com.com:sn.123456;