diff --git a/jc/parsers/ifconfig.py b/jc/parsers/ifconfig.py index 4516cfd5..6cbf0351 100644 --- a/jc/parsers/ifconfig.py +++ b/jc/parsers/ifconfig.py @@ -164,7 +164,7 @@ def process(proc_data): try: key_int = int(entry[key]) entry[key] = key_int - except (ValueError): + except (ValueError, TypeError): entry[key] = None return proc_data