mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Added support for 'routing filter num-list' (#313)
* Added support for 'routing filter num-list' * Added support for 'routing filter num-list', changelog * Added support for 'routing filter num-list', changelog
This commit is contained in:
parent
8158d90d79
commit
89b34bdd79
4 changed files with 17 additions and 0 deletions
|
@ -844,6 +844,19 @@ PATHS = {
|
|||
)),
|
||||
],
|
||||
),
|
||||
('routing', 'filter', 'num-list'): APIData(
|
||||
versioned=[
|
||||
('7', '>=', VersionedAPIData(
|
||||
fully_understood=True,
|
||||
fields={
|
||||
'list': KeyInfo(required=True),
|
||||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
'disabled': KeyInfo(can_disable=True),
|
||||
'range': KeyInfo(can_disable=True),
|
||||
},
|
||||
)),
|
||||
],
|
||||
),
|
||||
('routing', 'filter', 'rule'): APIData(
|
||||
versioned=[
|
||||
('7', '>=', VersionedAPIData(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue