Added target and terminal support.
[src/xds/xds-agent.git] / lib / agent / apiv1-config.go
index b24dc21..cfecd82 100644 (file)
@@ -66,7 +66,7 @@ func (s *APIService) setConfig(c *gin.Context) {
                }
        }
 
-       // Add new XDS Server
+       // Add new / unconnected XDS Server
        for _, svr := range cfgArg.Servers {
                if svr.Connected && svr.ID != "" {
                        continue