2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-16 20:57:53 +00:00

Merge branch 'master' into clustertime

This commit is contained in:
Jarrod Johnson 2018-04-20 13:25:16 -04:00
commit 78bdac474f

View File

@ -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(