## Path:	Network/File systems/iSCSI target
## Description:	Configuration of Linux iSCSI daemon

## Type:	ip
## Default:	""
## ServiceReload:  tgtd
## ServiceRestart: tgtd
#
# This option is used to bind tgtd to a specific ip-address
# By default tgtd will bind to the wildcard address.
#
BIND_ADDRESS=""

## Type:	integer(:65535)
## Default:	"3260"
## ServiceReload:  tgtd
## ServiceRestart: tgtd
#
# This option is used to bind tgtd to a specific port
# By default tgtd will bind to port 3260
#
BIND_PORT="3260"
