Carrier change flag on listener replace

This commit is contained in:
Mark Qvist 2023-12-06 00:06:45 +01:00
parent 55a2daf379
commit 60a604f635
1 changed files with 2 additions and 0 deletions

View File

@ -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)