NetworkBlockDevice / nbd

Network Block Device
GNU General Public License v2.0
459 stars 119 forks source link

/etc/nbdtab incorrectly parsed #119

Closed m4rkusxxl closed 3 years ago

m4rkusxxl commented 3 years ago

Follow up to #118:

1) Some parameters will already update loc. (e.g. conns, bs, timeout, persist, swap, sdp, unix) Updating loc twice is skipping unparsed bytes. 2) tlshostname=test is not working, but "tlshostnatest" works, because of incomplete compare and wrong offset.