mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-02 21:44:31 +02:00
missing interface workaround #11
This commit is contained in:
parent
fc74a2cd56
commit
d9dd5330ee
1 changed files with 3 additions and 0 deletions
|
@ -269,6 +269,9 @@ class MikrotikControllerData():
|
||||||
if entry['invalid']:
|
if entry['invalid']:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
if 'interface' not in entry:
|
||||||
|
continue
|
||||||
|
|
||||||
# Do not add ARP detected on bridge
|
# Do not add ARP detected on bridge
|
||||||
if entry['interface'] == "bridge":
|
if entry['interface'] == "bridge":
|
||||||
bridge_used = True
|
bridge_used = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue