mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
Add the opportunity to globally specify multiple addresses, which iSCSI/iSER portal will listen on. There is a way to specify the addresses for a target, on which portals it will be available, using the allowed_portal parameter. There is also a way to set this globally via the iscsi-scstd --address parameter. The problem is that the last option allows you to specify only one local address. So extend this functionality to specify more then one address. Also increase the maximum number of listening addresses to 32. Signed-off-by: Aleksandr Dyadyushkin <alextalker@ya.ru>