mlondono74 opened a new pull request, #1423: URL: https://github.com/apache/incubator-nuttx-apps/pull/1423
### Summary When parsing the route table in /proc/net/route/ipv6 the file has leading spaces (represented by '.' in sample below) before every line. The current code would fail to read routes because it looks for the first char of the first line to be a digit. Also fixes a typo in the check for a decimal digit.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org