Merge 10a11e26f2e78ac615304a77f3cf0012686c9e02 into 9d2456500aadcbaaff39cf9f99edf3b2d8503ef5

This commit is contained in:
Kevin Steen 2025-04-14 10:37:38 +00:00 committed by GitHub
commit 6c883ed703
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1048,7 +1048,8 @@ class Reticulum:
else:
ifstats["announce_queue"] = None
ifstats["name"] = str(interface)
ifstats["name"] = str(interface.name)
ifstats["repr_name"] = str(interface)
ifstats["short_name"] = str(interface.name)
ifstats["hash"] = interface.get_hash()
ifstats["type"] = str(type(interface).__name__)