mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-06 10:51:18 +01:00
The peer login expiration ACL check introduced in #714 filters out peers that are expired and agents receive a network map without that expired peers. However, the agents should see those peers in status "Disconnected". This PR extends the Agent <-> Management protocol by introducing a new field OfflinePeers that contain expired peers. Agents keep track of those and display then just in the Status response. |
||
---|---|---|
.. | ||
conn_status_test.go | ||
conn_status.go | ||
conn_test.go | ||
conn.go | ||
error_test.go | ||
error.go | ||
status_test.go | ||
status.go |