att / vfd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When vfid is given as string in the config, vfd is confguring vf 0.

dhanunjaya opened this issue · comments

Eg, "vfid": "-13"

Json parser didn't allow for fine grained type checking, just a missing test. I've added fine grained checking for the primitive types (value, boolean, null) and modified the config file parser to switch the checks from !missing to !value_type to catch this situation.

Testing is pending.

Closing. Fixed in commit 584609c