netbird/client/internal/peer
Misha Bragin e6e9f0322f
Handle peer interface config change (#348)
Before this change, NetBird Agent wasn't handling
peer interface configuration changes dynamically.
Also, remote peer configuration changes have
not been applied (e.g. AllowedIPs changed).
Not a very common cause, but still it should be handled.
Now, Agent reacts to PeerConfig changes sent from the
management service and restarts remote connections
if AllowedIps have been changed.
2022-06-04 19:41:01 +02:00
..
conn_test.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
conn.go Handle peer interface config change (#348) 2022-06-04 19:41:01 +02:00
error_test.go Test conn (#199) 2022-01-21 13:52:19 +01:00
error.go Test conn (#199) 2022-01-21 13:52:19 +01:00
status_test.go Test conn (#199) 2022-01-21 13:52:19 +01:00
status.go Fix concurrency on the client (#183) 2022-01-10 18:43:13 +01:00