Explorar el Código

send peer updates on user updates and ingress gw

abhishek9686 hace 10 meses
padre
commit
0c882db508
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      controllers/node.go

+ 1 - 0
controllers/node.go

@@ -751,6 +751,7 @@ func updateNode(w http.ResponseWriter, r *http.Request) {
 				logger.Log(0, "error during node ACL update for node", newNode.ID.String())
 			}
 		}
+		mq.PublishPeerUpdate(false)
 		if servercfg.IsDNSMode() {
 			logic.SetDNS()
 		}