mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-04-03 17:44:07 +02:00
Updated ARP incomplete handling for AIX
This commit is contained in:
@@ -229,7 +229,7 @@ def parse(
|
||||
elif 'There' in splitline[0] and 'are' in splitline[1]:
|
||||
continue
|
||||
|
||||
elif '<incomplete>' not in splitline:
|
||||
elif ('<incomplete>','(incomplete)') not in splitline:
|
||||
output_line = {
|
||||
'name': splitline[0],
|
||||
'address': splitline[1].lstrip('(').rstrip(')'),
|
||||
|
||||
Reference in New Issue
Block a user