ffe5943e65
This fix removes the case sensitivity when performing port list by mac address criteria. Closes-Bug: #1843428 Change-Id: I7ab6934ea333467d2efc5da0471b1af82ebb44b8
9 lines
376 B
YAML
9 lines
376 B
YAML
---
|
|
fixes:
|
|
- |
|
|
When listing ports using the
|
|
``openstack port list --mac-address A:B:C:D:E:F`` command we
|
|
might not return any result when trying to list ports by MAC
|
|
address if the cases differ. This fix makes the search based
|
|
on MAC address case insensitive. For more information see
|
|
`bug 1843428 <https://bugs.launchpad.net/neutron/+bug/1843428>`_. |