Files
firezone/rust/connlib
Thomas Eizinger 38c46b41c9 test(connlib): re-add all resources on roaming (#6943)
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.
2024-10-08 06:40:59 +00:00
..

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.