Carrier change flag on listener replace

pull/416/head
Mark Qvist 2023-12-06 00:06:45 +01:00
rodzic 55a2daf379
commit 60a604f635
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -334,6 +334,8 @@ class AutoInterface(Interface):
thread.daemon = True
thread.start()
self.carrier_changed = True
except Exception as e:
RNS.log("Could not get device information while updating link-local addresses for "+str(self)+". The contained exception was: "+str(e), RNS.LOG_ERROR)