diff --git a/docs/parsers/arp.md b/docs/parsers/arp.md index 294128c7..52f931b7 100644 --- a/docs/parsers/arp.md +++ b/docs/parsers/arp.md @@ -140,4 +140,4 @@ Returns: ### Parser Information Compatibility: linux, aix, freebsd, darwin -Version 1.11 by Kelly Brazil (kellyjonbrazil@gmail.com) +Version 1.12 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/jc/parsers/arp.py b/jc/parsers/arp.py index ec1c3ca1..db00708d 100644 --- a/jc/parsers/arp.py +++ b/jc/parsers/arp.py @@ -119,7 +119,7 @@ import jc.parsers.universal class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.11' + version = '1.12' description = '`arp` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' @@ -228,7 +228,7 @@ def parse( continue elif 'There' in splitline[0] and 'are' in splitline[1]: continue - + # AIX uses (incomplete) elif '' not in splitline and '(incomplete)' not in splitline: output_line = {