This commit is contained in:
Kevin Steen 2025-06-09 23:40:11 +02:00 committed by GitHub
commit a75f2bc691
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1074,7 +1074,8 @@ class Reticulum:
else: else:
ifstats["announce_queue"] = None 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["short_name"] = str(interface.name)
ifstats["hash"] = interface.get_hash() ifstats["hash"] = interface.get_hash()
ifstats["type"] = str(type(interface).__name__) ifstats["type"] = str(type(interface).__name__)