|
|
@ -154,6 +154,9 @@ def getArp(ip_pool = None): |
|
|
if mac == "FF:FF:FF:FF:FF:FF".lower(): |
|
|
if mac == "FF:FF:FF:FF:FF:FF".lower(): |
|
|
continue |
|
|
continue |
|
|
|
|
|
|
|
|
|
|
|
if not mac: |
|
|
|
|
|
continue |
|
|
|
|
|
|
|
|
mac = pretty_mac(mac) |
|
|
mac = pretty_mac(mac) |
|
|
|
|
|
|
|
|
if mac not in firstMacLookup: |
|
|
if mac not in firstMacLookup: |
|
|
|