diff options
Diffstat (limited to 'usr')
-rw-r--r-- | usr/flashnode.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/flashnode.c b/usr/flashnode.c index da1392a..fe5ab57 100644 --- a/usr/flashnode.c +++ b/usr/flashnode.c @@ -449,6 +449,12 @@ int flashnode_build_config(struct list_head *params, fnode->sess.portal_type, sizeof(fnode->sess.portal_type))) count++; + } else if (!strcmp(param->name, + to_key(FLASHNODE_SESS_CHAP_OUT_IDX))) { + if (!flashnode_fill_uint32(fnode, &iov[count], + ISCSI_FLASHNODE_CHAP_OUT_IDX, + fnode->sess.chap_out_idx)) + count++; } else if (!strcmp(param->name, to_key(FLASHNODE_CONN_PORT))) { if (fnode->conn[0].port) port = fnode->conn[0].port; |