Update _api_data.py

added ('routing', 'filter', 'community-list')
This commit is contained in:
Serhiy 2024-12-10 15:57:27 +02:00 committed by GitHub
parent 0bf4b3ef8c
commit 20ff3ff64e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,