commit | 6626a0572657a0945a7b9ccf4a6d6ad1750f9adc | [log] [tgz] |
---|---|---|
author | Chris Boot <bootc@bootc.net> | Sat Aug 13 22:10:46 2011 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Aug 22 19:26:29 2011 +0000 |
tree | 65db4e143b121c6dbb101f1a076b943bb91a4a8f | |
parent | c3c74c7a33d837be391ab61aaae39bb21f16736a [diff] |
iscsi-target: Implement iSCSI target IPv6 address printing. The iSCSI target configfs code to print out an initiator's IPv6 address is not fully implemented. This patch uses snprintf() with the "%pI6c" format string to format the IPv6 address for display purposes. Signed-off-by: Chris Boot <bootc@bootc.net> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>