Sfoglia il codice sorgente

add default route for static nodes on inetclient

abhishek9686 3 mesi fa
parent
commit
741ed10c19
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      controllers/ext_client.go

+ 1 - 0
controllers/ext_client.go

@@ -174,6 +174,7 @@ func getExtClientConf(w http.ResponseWriter, r *http.Request) {
 		logic.ReturnErrorResponse(w, r, logic.FormatError(err, "internal"))
 		return
 	}
+	logic.GetNodeEgressInfo(&gwnode)
 	host, err := logic.GetHost(gwnode.HostID.String())
 	if err != nil {
 		logger.Log(