Subject: CVS commit: src/dist/iscsi
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 03/05/2006 23:50:46
Module Name:	src
Committed By:	agc
Date:		Sun Mar  5 23:50:46 UTC 2006

Modified Files:
	src/dist/iscsi/include: target.h
	src/dist/iscsi/src: TODO iscsi-target.8 iscsi-target.c target.c

Log Message:
I have a nasty feeling it's time to sell all my guitars:

Add some very crude hacks which allow the iscsi-target to work with IPv6:

Mar  5 23:43:45 sys3 iscsi-target: > Discovery login from iqn.1994-04.org.NetBSD.iscsi-initiator:agc on 7f00:1::1002:cbc
Mar  5 23:43:45 sys3 iscsi-target: < Discovery logout from iqn.1994-04.org.NetBSD.iscsi-initiator:agc on 7f00:1::1002:cbc
Mar  5 23:43:45 sys3 iscsi-target: > Normal login from iqn.1994-04.org.NetBSD.iscsi-initiator:agc on 7f00:1::1002:cbc
Mar  5 23:43:48 sys3 iscsi-target: < Normal logout from iqn.1994-04.org.NetBSD.iscsi-initiator:agc on 7f00:1::1002:cbc

These have still to be cleaned up, but this will happen over the next
few days.

Update the TODO list to reflect the current state.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/dist/iscsi/include/target.h
cvs rdiff -r1.3 -r1.4 src/dist/iscsi/src/TODO \
    src/dist/iscsi/src/iscsi-target.8
cvs rdiff -r1.5 -r1.6 src/dist/iscsi/src/iscsi-target.c
cvs rdiff -r1.6 -r1.7 src/dist/iscsi/src/target.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.