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:
commit
78bdac474f
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user