mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-02 21:44:31 +02:00
Exclude ovpn ppp users from interface list #42
This commit is contained in:
parent
85f2f20c37
commit
42fc922b8f
1 changed files with 1 additions and 0 deletions
|
@ -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"},
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue