mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
* Fixes #191: Add path 'ip traffic-flow target' * Fixes #191: Add changelog fragment * Fixes #192: Change changetype from major to minor as it is only adding a path and neither breaking existing things nor adding completely new functionality --------- Co-authored-by: Johannes Münch <git@washiza.eu>
This commit is contained in:
parent
e570c582d0
commit
6e62283120
4 changed files with 18 additions and 0 deletions
|
@ -1846,6 +1846,20 @@ PATHS = {
|
|||
'udp-length': KeyInfo(default=True),
|
||||
},
|
||||
),
|
||||
('ip', 'traffic-flow', 'target'): APIData(
|
||||
single_value=True,
|
||||
fully_understood=True,
|
||||
fields={
|
||||
'address': KeyInfo(),
|
||||
'disabled': KeyInfo(default=False),
|
||||
'dst-address': KeyInfo(),
|
||||
'port': KeyInfo(default=2055),
|
||||
'src-address': KeyInfo(),
|
||||
'v9-template-refresh': KeyInfo(default=20),
|
||||
'v9-template-timeout': KeyInfo(),
|
||||
'version': KeyInfo(),
|
||||
},
|
||||
),
|
||||
('ip', 'upnp'): APIData(
|
||||
single_value=True,
|
||||
fully_understood=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue