From 3b6176ad79bf007ae1cc417b97b18d2fb009e0ea Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 9 Jan 2011 08:54:58 +1100 Subject: [PATCH] README: add a note about ipv6 support and ipv6 syntax --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index a12869e..c198e44 100644 --- a/README +++ b/README @@ -51,3 +51,16 @@ LIBISCSI_CHAP_PASSWORD=password Example: LIBISCSI_CHAP_PASSWORD=password iscsi-inq iscsi://ronnie@10.1.1.27/iqn.ronnie.test/1 + + +IPv6 support +============ +Libiscsi supports IPv6, either as names resolving into IPv6 addresses or when +IPv6 addresses are explicitely set in the URL. +When specifying IPv6 addresses in the URL, they have to be specified in +[...] bracket form. + +Example: + iscsi://[fec0:2727::3]:3260/iqn.ronnie.test/1 + +