diff --git a/clab/config.go b/clab/config.go index e6abc8e10..331cfd0a0 100644 --- a/clab/config.go +++ b/clab/config.go @@ -264,7 +264,7 @@ func (c *CLab) createNodeCfg(nodeName string, nodeDef *types.NodeDefinition, idx noProxy = noProxy + "," + strings.Join(noProxyList, ",") - nodeCfg.Env["no_proxy"] = noProxy + nodeCfg.Env["no_proxy"] = noProxy nodeCfg.Env["NO_PROXY"] = noProxy log.Debugf("node config: %+v", nodeCfg)