mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-25 10:18:43 +02:00
Merge pull request #134 from kittizz/master
add more unique key mangle role
This commit is contained in:
commit
0120409382
2 changed files with 10 additions and 2 deletions
|
@ -952,6 +952,8 @@ class MikrotikControllerData:
|
|||
{"name": "src-port", "default": "any"},
|
||||
{"name": "dst-address", "default": "any"},
|
||||
{"name": "dst-port", "default": "any"},
|
||||
{"name": "src-address-list", "default": "any"},
|
||||
{"name": "dst-address-list", "default": "any"},
|
||||
{
|
||||
"name": "enabled",
|
||||
"source": "disabled",
|
||||
|
@ -976,6 +978,10 @@ class MikrotikControllerData:
|
|||
{"key": "dst-address"},
|
||||
{"text": ":"},
|
||||
{"key": "dst-port"},
|
||||
{"text": ","},
|
||||
{"key": "src-address-list"},
|
||||
{"text": "-"},
|
||||
{"key": "dst-address-list"},
|
||||
],
|
||||
[
|
||||
{"name": "name"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue