mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 22:42:06 +00:00
To correctly handle overlapping CIDR resources, we need to recompute which ones are active. The `RoamClient` transition was missing that despite the system-under-test actually doing that bit. Adding the necessary function call fixes the two regression seeds detected in CI. Resolves: #6924.
Connlib
Firezone's connectivity library shared by all clients.
Building Connlib
You shouldn't need to build connlib directly; it's typically built as a dependency of one of the other Firezone components. See READMEs in those directories for relevant instructions.