mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
community-list for /routing/filter (#331)
* Update _api_data.py added ('routing', 'filter', 'community-list') * Update api_info.py added routing filter community-list * Update api_modify.py added routing filter community-list * Create 331-add-routing-filter-community-list.yml * Update api_info.py * Update api_modify.py
This commit is contained in:
parent
0bf4b3ef8c
commit
a7340eae1a
4 changed files with 18 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(
|
||||
unversioned=VersionedAPIData(
|
||||
fully_understood=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue