mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-01 06:53:28 +00:00
Merge branch 'master' into clustertime
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user