dtrugman / pfs

Parsing the Linux procfs
Apache License 2.0
98 stars 33 forks source link

Add Parser for /proc/net/route #30

Closed lyshar closed 2 years ago

lyshar commented 2 years ago

Working on a parser for IPv6 as well (it's a different file called /proc/net/ipv6_route)

Use pfs to get network device information from /proc/net/route. Adds parser, unit test, and sample out for new parser.