mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-29 22:29:47 +02:00
Update _api_data.py
added ('routing', 'filter', 'community-list')
This commit is contained in:
parent
0bf4b3ef8c
commit
20ff3ff64e
1 changed files with 14 additions and 0 deletions
|
@ -895,6 +895,20 @@ PATHS = {
|
||||||
)),
|
)),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
('routing', 'filter', 'community-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),
|
||||||
|
'communities': KeyInfo(can_disable=True),
|
||||||
|
'regexp': KeyInfo(can_disable=True),
|
||||||
|
},
|
||||||
|
)),
|
||||||
|
],
|
||||||
|
),
|
||||||
('routing', 'ospf', 'instance'): APIData(
|
('routing', 'ospf', 'instance'): APIData(
|
||||||
unversioned=VersionedAPIData(
|
unversioned=VersionedAPIData(
|
||||||
fully_understood=True,
|
fully_understood=True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue