mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-11 03:56:26 +00:00
Fix broken invocation of get_my_addresses
This commit is contained in:
@@ -956,7 +956,7 @@ nlhdrsz = struct.calcsize('IHHII')
|
||||
ifaddrsz = struct.calcsize('BBBBI')
|
||||
|
||||
async def get_my_addresses(idx=0, family=0, matchlla=None):
|
||||
return neighutil.get_my_addresses(idx=idx, family=family, matchlla=matchlla)
|
||||
return await neighutil.get_my_addresses(idx=idx, family=family, matchlla=matchlla)
|
||||
|
||||
|
||||
async def get_prefix_len_for_ip(ip):
|
||||
|
||||
Reference in New Issue
Block a user