Fixed invalid announce interface attachment on AutoInterface peer availability after no peers

This commit is contained in:
Mark Qvist
2025-12-20 00:16:47 +01:00
parent 61609de690
commit da834b7539

View File

@@ -3502,7 +3502,6 @@ class SidebandCore():
if not self.interface_local.had_peers and have_peers: if not self.interface_local.had_peers and have_peers:
RNS.log("Peers became reachable on the interface "+str(self.interface_local), RNS.LOG_DEBUG) RNS.log("Peers became reachable on the interface "+str(self.interface_local), RNS.LOG_DEBUG)
needs_if_change_announce = True needs_if_change_announce = True
announce_attached_interface = self.interface_local
announce_delay = 10 announce_delay = 10
if self.interface_local.had_peers and not have_peers: if self.interface_local.had_peers and not have_peers: