Actual device configuration seems to be working fine, but the getting
information from the configured device seems to be failing due to
table parsing problem in disassemble_map().
I guess the attached patch works around the problem. Please try it.
Please note that this patch may *NOT* be a complete fix.
Some more codes for new dynamic load balancers may be needed.
def_minio /= pp->priority;
FREE(word);
- } else
+ } else {
+ p += get_word(p, NULL);
def_minio = 0;
+ }
if (def_minio != mpp->minio)
mpp->minio = def_minio;