mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-11-18 19:41:05 +01:00
Previously, we would iterate over rulesFromNode, but then check it against the entirety of the rulesNeeded hash. This resulted in the loop breaking as soon as it found any matching rule from the host rather than it breaking if it matched the rule that we were currently processing.