2
0
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:
Jarrod Johnson
2026-09-10 10:44:16 -04:00
parent 9af74d9c44
commit f77f0b89a2
+1 -1
View File
@@ -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):