removed eth on port-channel (#40090)
This commit is contained in:
parent
6d984c7988
commit
dbb4493f17
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue