Ver Fonte

add default route for static nodes on inetclient

abhishek9686 há 3 meses atrás
pai
commit
741ed10c19
1 ficheiros alterados com 1 adições e 0 exclusões
  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(