diff --git a/daemon/core/nodes/network.py b/daemon/core/nodes/network.py index 6c5da089..4337daa8 100644 --- a/daemon/core/nodes/network.py +++ b/daemon/core/nodes/network.py @@ -117,9 +117,8 @@ class NftablesQueue: net = self.updates.get() if net is None: break - with self.lock: - self.build_cmds(net) - self.commit(net) + self.build_cmds(net) + self.commit(net) def commit(self, net: "CoreNetwork") -> None: """