mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-24 10:48:49 +02:00
Update _api_data.py (#324)
* Update _api_data.py * Create 324-fix-firewall-log-and-log-prefix.yaml * Update changelogs/fragments/324-fix-firewall-log-and-log-prefix.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * Update test_api_info.py * fix tests --------- Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: alsmirnov <alsmirnov@ourgapps.com>
This commit is contained in:
parent
14d89a3cfa
commit
249b1a92e2
3 changed files with 24 additions and 8 deletions
|
@ -2986,8 +2986,8 @@ PATHS = {
|
|||
'jump-target': KeyInfo(can_disable=True),
|
||||
'layer7-protocol': KeyInfo(can_disable=True),
|
||||
'limit': KeyInfo(can_disable=True),
|
||||
'log': KeyInfo(can_disable=True),
|
||||
'log-prefix': KeyInfo(can_disable=True),
|
||||
'log': KeyInfo(default=False),
|
||||
'log-prefix': KeyInfo(default=''),
|
||||
'nth': KeyInfo(can_disable=True),
|
||||
'out-bridge-port': KeyInfo(can_disable=True),
|
||||
'out-bridge-port-list': KeyInfo(can_disable=True),
|
||||
|
@ -3057,8 +3057,8 @@ PATHS = {
|
|||
'jump-target': KeyInfo(can_disable=True),
|
||||
'layer7-protocol': KeyInfo(can_disable=True),
|
||||
'limit': KeyInfo(can_disable=True),
|
||||
'log': KeyInfo(can_disable=True),
|
||||
'log-prefix': KeyInfo(can_disable=True),
|
||||
'log': KeyInfo(default=False),
|
||||
'log-prefix': KeyInfo(default=''),
|
||||
'new-connection-mark': KeyInfo(can_disable=True),
|
||||
'new-dscp': KeyInfo(can_disable=True),
|
||||
'new-mss': KeyInfo(can_disable=True),
|
||||
|
@ -3137,8 +3137,8 @@ PATHS = {
|
|||
'jump-target': KeyInfo(can_disable=True),
|
||||
'layer7-protocol': KeyInfo(can_disable=True),
|
||||
'limit': KeyInfo(can_disable=True),
|
||||
'log': KeyInfo(can_disable=True),
|
||||
'log-prefix': KeyInfo(can_disable=True),
|
||||
'log': KeyInfo(default=False),
|
||||
'log-prefix': KeyInfo(default=''),
|
||||
'nth': KeyInfo(can_disable=True),
|
||||
'out-bridge-port': KeyInfo(can_disable=True),
|
||||
'out-bridge-port-list': KeyInfo(can_disable=True),
|
||||
|
@ -3200,8 +3200,8 @@ PATHS = {
|
|||
'ipv4-options': KeyInfo(can_disable=True),
|
||||
'jump-target': KeyInfo(can_disable=True),
|
||||
'limit': KeyInfo(can_disable=True),
|
||||
'log': KeyInfo(can_disable=True),
|
||||
'log-prefix': KeyInfo(can_disable=True),
|
||||
'log': KeyInfo(default=False),
|
||||
'log-prefix': KeyInfo(default=''),
|
||||
'nth': KeyInfo(can_disable=True),
|
||||
'out-bridge-port': KeyInfo(can_disable=True),
|
||||
'out-bridge-port-list': KeyInfo(can_disable=True),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue