mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
mso_s_t_anp_epg: Fix incompatibility with newer MSO (#53238)
Due to a change with the backend contractRelationships is required.
This commit is contained in:
@@ -28,7 +28,7 @@ options:
|
||||
required: yes
|
||||
template:
|
||||
description:
|
||||
- The name of the template to change.
|
||||
- The name of the template.
|
||||
type: str
|
||||
required: yes
|
||||
anp:
|
||||
@@ -285,7 +285,7 @@ def main():
|
||||
proxyArp=intersite_multicaste_source,
|
||||
# FIXME: Missing functionality
|
||||
# uSegAttrs=[],
|
||||
# contractRelationships=[],
|
||||
contractRelationships=[],
|
||||
subnets=subnets,
|
||||
bdRef=bd_ref,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user