From 77b74c550795f96b808e48a9b0bfd1a8af9866f9 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 18 Oct 2019 13:59:30 -0700 Subject: [PATCH] add route parser --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 10356c01..b37f2e71 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,7 +3,7 @@ jc changelog 2019xxxx v0.5.0 - Fix netstat -p parsing for Ubuntu - Add ps parser -+ Add route parser +- Add route parser + Change some ifconfig fields to integers + Use maxsplit option in split in ls.py line 109... otherwise filenames with multiple spaces between words can be incorrectly represented with the .join operation