1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02: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:
Dag Wieers 2019-03-04 01:13:30 +01:00 committed by GitHub
parent 33ae15e070
commit 9c2879d8e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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