Skip to content

Commit b520532

Browse files
fixup route-print parser
1 parent 3b1af1a commit b520532

11 files changed

Lines changed: 218 additions & 1334 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
jc changelog
22

3-
20250724 v1.25.6
3+
20250904 v1.25.6
44
- Add `x509-crl` file parser to support Certificate Revocation List PEM and DER files
5+
- Add `route-print` Windows command parser
56
- Fix `bluetoothctl` command parser to support output with the `cable_pairing` attribute
67
- Fix `nmcli` command parser to support blank `team.config` JSON value and `team-port.config` JSON value
78
- Fix `top` command parsers to correct memory size field parsing. Several new unit

jc/parsers/route.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@
111111
]
112112
"""
113113
import jc.utils
114-
import jc.parsers.universal
115-
116114

117115
class info():
118116
"""Provides parser metadata (version, author, etc.)"""

0 commit comments

Comments
 (0)