Created attachment 217966 [details] Suggested fix for ng_parse.c The IP address parse type in ng_parse.c eats one character to much on the input. Example: Given '{ inet=10.0.0.1 }', after the IP address has been parsed the next character on the input should be the space (' '), but instead it is the closing curly brace '}'.
See also review D26489.
The proposed fix has been approved in review D26489.
I added #network to the review so that a committer might also have a look and deal with this.
^Triage: D26489 was committed Sep 20 2020.