Merge 10a11e26f2e78ac615304a77f3cf0012686c9e02 into 98d4f1c69e8e31dc0af5f19c0aae9c1f88cb0e14

This commit is contained in:
Kevin Steen 2025-04-17 19:22:21 +02:00 committed by GitHub
commit 030f37631f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1059,7 +1059,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__)