diff --git a/confluent_server/confluent/networking/macmap.py b/confluent_server/confluent/networking/macmap.py index 652b4dde..69d4e3b3 100644 --- a/confluent_server/confluent/networking/macmap.py +++ b/confluent_server/confluent/networking/macmap.py @@ -462,7 +462,7 @@ def handle_read_api_request(pathcomponents, configmanager): def dump_macinfo(macaddr): - macaddr = macaddr.replace('-', ':') + macaddr = macaddr.replace('-', ':').lower() info = _macmap.get(macaddr, None) if info is None: raise exc.NotFoundException(