1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

add route parser update

This commit is contained in:
Kelly Brazil
2020-07-27 15:44:13 -07:00
parent 7a4f30b843
commit 5baa6cc865

View File

@ -1,11 +1,12 @@
jc changelog
202007xx v1.13.0
20200727 v1.13.0
- Add ping and ping6 command parser tested on linux, macos, and freebsd
- Add traceroute and traceroute6 command parser tested on linux, macos, and freebsd
- Add tracepath command parser tested on linux
- Update ini parser to support files only containing key/value pairs
- Update uname parser exception with a hint to use "uname -a"
- Update route parser to support IPv6 tables
20200711 v1.12.1
- Fix tests when using older version of pygments library