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

comment fix

This commit is contained in:
Kelly Brazil
2019-12-06 11:47:42 -08:00
parent e5d3903164
commit 5e8c28a30a

View File

@ -197,7 +197,7 @@ def process(proc_data):
except (ValueError, TypeError):
entry[key] = None
# convert OSX-style subnet mask to decimal
# convert OSX-style subnet mask to dotted quad
if 'ipv4_mask' in entry:
try:
if entry['ipv4_mask'].find('0x') == 0: