This just points out how much we need to (1) get our self-test running, and (2) add to it for cases like this. Thank you for testing!
On Wednesday, June 13, 2018 at 8:26:15 AM UTC-7, Chris Leech wrote: > > In testing the latest code against a variety of iSCSI HBAs, I found some > regressions in the iface handling after merging the libopeniscsiusr > code. > > Chris Leech (4): > libopeniscsiusr: fixes err on prefix_len > libopeniscsiusr: hosts can have multiple ifaces > libopeniscsiusr: clear errno before calling strtoll > libopeniscsiusr: setup ipv6 records based on iface name > > libopeniscsiusr/idbm.c | 5 +++ > libopeniscsiusr/idbm_fields.h | 1 + > libopeniscsiusr/iface.c | 84 > +++++++++++++++++++++++++++++++++++-------- > libopeniscsiusr/iface.h | 7 +++- > libopeniscsiusr/session.c | 3 +- > libopeniscsiusr/sysfs.c | 37 ++++++++++++------- > libopeniscsiusr/sysfs.h | 10 +++--- > 7 files changed, 113 insertions(+), 34 deletions(-) > > -- > 2.14.4 > > -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
