SunilWang / node-os-utils

OS Utils - An operating system utility library.
https://www.npmjs.com/package/node-os-utils
MIT License
126 stars 19 forks source link

Fixes (more) issues parsing output from `ip -s link` in netstat.inOut #31

Closed kylefarris closed 2 years ago

kylefarris commented 2 years ago

I found another issue with the output of ip -s link--this time a spacing issue. This PR takes the fix from #29 a step further and just fixes all potential spacing issues (hopefully) by modifying the RX and TX regex matches.