Hi. According to the format below,
we can not use Port channel since lldp can not detect.
Can this be changed to be a configuration to conf file, so that it can be overridden?
If two ports are bonded as Port Channel, the naming convention does not follow the format below,
and user needs to be able to change it.
ACI_PORT_DESCR_FORMATS = [
'topology/pod-(\d+)/node-(\d+)/sys/conng/path-[eth(\d+)/(\d+(/\d+))]',
'topology/pod-(\d+)/paths-(\d+)/pathep-[eth(\d+)/(\d+(/\d+))]',
]
https://github.com/noironetworks/apic-ml2-driver/blob/master/apic_ml2/neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py
Hi. According to the format below,
we can not use Port channel since lldp can not detect.
Can this be changed to be a configuration to conf file, so that it can be overridden?
If two ports are bonded as Port Channel, the naming convention does not follow the format below,
and user needs to be able to change it.
ACI_PORT_DESCR_FORMATS = [
'topology/pod-(\d+)/node-(\d+)/sys/conng/path-[eth(\d+)/(\d+(/\d+))]',
'topology/pod-(\d+)/paths-(\d+)/pathep-[eth(\d+)/(\d+(/\d+))]',
]
https://github.com/noironetworks/apic-ml2-driver/blob/master/apic_ml2/neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py