mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Field name change in 'routing bgp connection' (from 'address-families' to 'afi') (#360)
* Field name change in 'routing bgp connection' (from 'address-families' to 'afi') * Field name change in 'routing bgp connection' (from 'address-families' to 'afi')
This commit is contained in:
parent
3a34752296
commit
9dba8082f9
2 changed files with 6 additions and 1 deletions
|
@ -4982,10 +4982,13 @@ PATHS = {
|
|||
('routing', 'bgp', 'connection'): APIData(
|
||||
unversioned=VersionedAPIData(
|
||||
fully_understood=True,
|
||||
versioned_fields=[
|
||||
([('7.19', '<')], 'address-families', KeyInfo()),
|
||||
([('7.19', '>=')], 'afi', KeyInfo()),
|
||||
],
|
||||
fields={
|
||||
'as': KeyInfo(),
|
||||
'add-path-out': KeyInfo(),
|
||||
'address-families': KeyInfo(),
|
||||
'cisco-vpls-nlri-len-fmt': KeyInfo(),
|
||||
'cluster-id': KeyInfo(),
|
||||
'comment': KeyInfo(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue