From dbb4493f174c2df35ff1a0aff22ff8603c56debe Mon Sep 17 00:00:00 2001 From: suacide24 Date: Mon, 14 May 2018 15:09:44 -0400 Subject: [PATCH] removed eth on port-channel (#40090) --- lib/ansible/modules/network/aci/aci_static_binding_to_epg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/aci/aci_static_binding_to_epg.py b/lib/ansible/modules/network/aci/aci_static_binding_to_epg.py index e30d2fddda0..d6fb4e9c930 100644 --- a/lib/ansible/modules/network/aci/aci_static_binding_to_epg.py +++ b/lib/ansible/modules/network/aci/aci_static_binding_to_epg.py @@ -340,7 +340,7 @@ def main(): INTERFACE_TYPE_MAPPING = dict( fex='topology/pod-{0}/paths-{1}/extpaths-{2}/pathep-[eth{3}]'.format(pod_id, leafs, extpaths, interface), - port_channel='topology/pod-{0}/paths-{1}/pathep-[eth{2}]'.format(pod_id, leafs, interface), + port_channel='topology/pod-{0}/paths-{1}/pathep-[{2}]'.format(pod_id, leafs, interface), switch_port='topology/pod-{0}/paths-{1}/pathep-[eth{2}]'.format(pod_id, leafs, interface), vpc='topology/pod-{0}/protpaths-{1}/pathep-[{2}]'.format(pod_id, leafs, interface), )