srl-labs / containerlab

Unused parameter in function RVV-B0012
Bug risk
Minor
1 occurrence in this check
parameter 'ctx' seems to be unused, consider removing or renaming it as _
191	return nil
192}
193
194func (n *Cvsr) PostDeploy(ctx context.Context, _ *nodes.PostDeployParams) error {195
196	bofFile := filepath.Join(n.Cfg.LabDir, "cf3", "bof.cfg")
197	bofData := fmt.Sprintf(