mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-12 02:51:12 +09:00
6baee3e6c3
Runtime-only fields (gorm:"-") that the upcoming refactor folds
into NodeStore's snapshot:
- Unhealthy: replaces routes.PrimaryRoutes.unhealthy set; written
by HA prober.
- SessionEpoch: replaces the external connectGen sync.Map; bumped
inside Connect's NodeStore update closure so stale Disconnect
rejection becomes atomic with the mutation.
No behaviour change yet — fields are unread.
Updates #3203