netbird/iface
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
..
configuration.go Handle peer interface config change (#348) 2022-06-04 19:41:01 +02:00
iface_darwin.go Handle peer interface config change (#348) 2022-06-04 19:41:01 +02:00
iface_linux.go Handle peer interface config change (#348) 2022-06-04 19:41:01 +02:00
iface_test.go Handle peer interface config change (#348) 2022-06-04 19:41:01 +02:00
iface_unix.go Handle peer interface config change (#348) 2022-06-04 19:41:01 +02:00
iface_windows.go Handle peer interface config change (#348) 2022-06-04 19:41:01 +02:00
iface.go Handle peer interface config change (#348) 2022-06-04 19:41:01 +02:00
ifacename_darwin.go Group users of same private domain (#243) 2022-03-01 15:22:18 +01:00
ifacename.go Group users of same private domain (#243) 2022-03-01 15:22:18 +01:00