https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249327
Bug ID: 249327 Summary: IP address parsing in netgraph eats to many characters Product: Base System Version: 12.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: mar...@stoffdv.at Created attachment 217966 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=217966&action=edit 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 '}'. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"