Closed kylefarris closed 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.
ip -s link
RX
TX
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 theRX
andTX
regex matches.