Skip to content

Commit

Permalink
Exclude ovpn ppp users from interface list #42
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaae committed Jun 27, 2020
1 parent 85f2f20 commit 42fc922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/mikrotik_router/mikrotik_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ def get_interface(self):
{"name": "type", "value": "sstp-in"},
{"name": "type", "value": "l2tp-in"},
{"name": "type", "value": "pppoe-in"},
{"name": "type", "value": "ovpn-in"},
],
)

Expand Down

0 comments on commit 42fc922

Please sign in to comment.