missing interface workaround #11

This commit is contained in:
tomaae 2020-03-11 23:39:43 +01:00
parent fc74a2cd56
commit d9dd5330ee

View file

@ -269,6 +269,9 @@ class MikrotikControllerData():
if entry['invalid']:
continue
if 'interface' not in entry:
continue
# Do not add ARP detected on bridge
if entry['interface'] == "bridge":
bridge_used = True