Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connectivity test: Fix detectFeatures() logic
f5ac977 unintentionally changed the detectFeatures logic by calling ExtractFromConfigMap() and ExtractFromNodes() on ct.Features instead of the features variable declared at the beginning of the loop [^1]. Fixes: f5ac977 ("Refactor extractFeaturesFromConfigMap()") [^1]: https://github.com/cilium/cilium-cli/blob/f5ac9776fb217d883edc9f916cb61cb916576693/connectivity/check/features.go#L518 Signed-off-by: Michi Mutsuzaki <[email protected]>
- Loading branch information