Преглед изворни кода

send peer updates on user updates and ingress gw

abhishek9686 пре 10 месеци
родитељ
комит
0c882db508
1 измењених фајлова са 1 додато и 0 уклоњено
  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()
 		}