mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-19 17:18:27 +02:00
Update _api_data.py
This commit is contained in:
parent
5936c1ecef
commit
62d31e41e0
1 changed files with 8 additions and 8 deletions
|
@ -2984,8 +2984,8 @@ PATHS = {
|
||||||
'jump-target': KeyInfo(can_disable=True),
|
'jump-target': KeyInfo(can_disable=True),
|
||||||
'layer7-protocol': KeyInfo(can_disable=True),
|
'layer7-protocol': KeyInfo(can_disable=True),
|
||||||
'limit': KeyInfo(can_disable=True),
|
'limit': KeyInfo(can_disable=True),
|
||||||
'log': KeyInfo(can_disable=True),
|
'log': KeyInfo(default=False),
|
||||||
'log-prefix': KeyInfo(can_disable=True),
|
'log-prefix': KeyInfo(default=''),
|
||||||
'nth': KeyInfo(can_disable=True),
|
'nth': KeyInfo(can_disable=True),
|
||||||
'out-bridge-port': KeyInfo(can_disable=True),
|
'out-bridge-port': KeyInfo(can_disable=True),
|
||||||
'out-bridge-port-list': KeyInfo(can_disable=True),
|
'out-bridge-port-list': KeyInfo(can_disable=True),
|
||||||
|
@ -3055,8 +3055,8 @@ PATHS = {
|
||||||
'jump-target': KeyInfo(can_disable=True),
|
'jump-target': KeyInfo(can_disable=True),
|
||||||
'layer7-protocol': KeyInfo(can_disable=True),
|
'layer7-protocol': KeyInfo(can_disable=True),
|
||||||
'limit': KeyInfo(can_disable=True),
|
'limit': KeyInfo(can_disable=True),
|
||||||
'log': KeyInfo(can_disable=True),
|
'log': KeyInfo(default=False),
|
||||||
'log-prefix': KeyInfo(can_disable=True),
|
'log-prefix': KeyInfo(default=''),
|
||||||
'new-connection-mark': KeyInfo(can_disable=True),
|
'new-connection-mark': KeyInfo(can_disable=True),
|
||||||
'new-dscp': KeyInfo(can_disable=True),
|
'new-dscp': KeyInfo(can_disable=True),
|
||||||
'new-mss': KeyInfo(can_disable=True),
|
'new-mss': KeyInfo(can_disable=True),
|
||||||
|
@ -3135,8 +3135,8 @@ PATHS = {
|
||||||
'jump-target': KeyInfo(can_disable=True),
|
'jump-target': KeyInfo(can_disable=True),
|
||||||
'layer7-protocol': KeyInfo(can_disable=True),
|
'layer7-protocol': KeyInfo(can_disable=True),
|
||||||
'limit': KeyInfo(can_disable=True),
|
'limit': KeyInfo(can_disable=True),
|
||||||
'log': KeyInfo(can_disable=True),
|
'log': KeyInfo(default=False),
|
||||||
'log-prefix': KeyInfo(can_disable=True),
|
'log-prefix': KeyInfo(default=''),
|
||||||
'nth': KeyInfo(can_disable=True),
|
'nth': KeyInfo(can_disable=True),
|
||||||
'out-bridge-port': KeyInfo(can_disable=True),
|
'out-bridge-port': KeyInfo(can_disable=True),
|
||||||
'out-bridge-port-list': KeyInfo(can_disable=True),
|
'out-bridge-port-list': KeyInfo(can_disable=True),
|
||||||
|
@ -3198,8 +3198,8 @@ PATHS = {
|
||||||
'ipv4-options': KeyInfo(can_disable=True),
|
'ipv4-options': KeyInfo(can_disable=True),
|
||||||
'jump-target': KeyInfo(can_disable=True),
|
'jump-target': KeyInfo(can_disable=True),
|
||||||
'limit': KeyInfo(can_disable=True),
|
'limit': KeyInfo(can_disable=True),
|
||||||
'log': KeyInfo(can_disable=True),
|
'log': KeyInfo(default=False),
|
||||||
'log-prefix': KeyInfo(can_disable=True),
|
'log-prefix': KeyInfo(default=''),
|
||||||
'nth': KeyInfo(can_disable=True),
|
'nth': KeyInfo(can_disable=True),
|
||||||
'out-bridge-port': KeyInfo(can_disable=True),
|
'out-bridge-port': KeyInfo(can_disable=True),
|
||||||
'out-bridge-port-list': KeyInfo(can_disable=True),
|
'out-bridge-port-list': KeyInfo(can_disable=True),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue