From 42fc922b8fae483f03fc402c6ca8e2e6ee3661fe Mon Sep 17 00:00:00 2001 From: tomaae <23486452+tomaae@users.noreply.github.com> Date: Sat, 27 Jun 2020 18:19:15 +0200 Subject: [PATCH] Exclude ovpn ppp users from interface list #42 --- custom_components/mikrotik_router/mikrotik_controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/mikrotik_router/mikrotik_controller.py b/custom_components/mikrotik_router/mikrotik_controller.py index d87747b..77d2267 100644 --- a/custom_components/mikrotik_router/mikrotik_controller.py +++ b/custom_components/mikrotik_router/mikrotik_controller.py @@ -466,6 +466,7 @@ class MikrotikControllerData: {"name": "type", "value": "sstp-in"}, {"name": "type", "value": "l2tp-in"}, {"name": "type", "value": "pppoe-in"}, + {"name": "type", "value": "ovpn-in"}, ], )