Fix drbd show parser to handle valueless keywords
It turns out in some cases there can exist keywords without an associated value exported by drbdsetup show. This patch makes the value part optional in our parser, so that if it's not present the parsing result will contain an array with just the keyword in it. This is not a problem since we check all keyword names before accessing their values, so we won't mistakenly try to access the value of a valueless keyword. Reviewed-by: iustinp
Loading
Please register or sign in to comment