#!/bin/tcsh
#
#	ini-lun1-down
#
#	vi: set autoindent tabstop=4 shiftwidth=4 :
#
#	bring down just lun 1, not the connection or session
#	to do this, give a cid that will not match that
#	of any existing connection
#
# local host
iscsi_config down ip=127.0.0.1 host=0 lun=1 cid=255
