mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-10 01:14:33 +02:00
Exclude ppp users from interface list #42
This commit is contained in:
parent
a8606411d9
commit
85f2f20c37
1 changed files with 8 additions and 1 deletions
|
@ -459,7 +459,14 @@ class MikrotikControllerData:
|
|||
{"name": "rx-bits-per-second", "default": 0},
|
||||
{"name": "tx-bits-per-second", "default": 0},
|
||||
],
|
||||
skip=[{"name": "type", "value": "bridge"}],
|
||||
skip=[
|
||||
{"name": "type", "value": "bridge"},
|
||||
{"name": "type", "value": "ppp-in"},
|
||||
{"name": "type", "value": "pptp-in"},
|
||||
{"name": "type", "value": "sstp-in"},
|
||||
{"name": "type", "value": "l2tp-in"},
|
||||
{"name": "type", "value": "pppoe-in"},
|
||||
],
|
||||
)
|
||||
|
||||
# Udpate virtual interfaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue