netbird/client/internal/routemanager
Zoltan Papp 45a6263adc
Feature/android route notification (#868)
Add new feature to notify the user when new client route has arrived.
Refactor the initial route handling. I move every route logic into the route
manager package.

* Add notification management for client rules
* Export the route notification for Android
* Compare the notification based on network range instead of id.
2023-05-31 18:25:24 +02:00
..
client.go Use the conn state of peer on proper way (#717) 2023-03-03 19:49:18 +01:00
common_linux_test.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
firewall_linux.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
firewall_nonlinux.go Update go version (#603) 2022-12-04 13:22:21 +01:00
firewall.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
iptables_linux_test.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
iptables_linux.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
manager_test.go Feature/android route notification (#868) 2023-05-31 18:25:24 +02:00
manager.go Feature/android route notification (#868) 2023-05-31 18:25:24 +02:00
mock.go Feature/android route notification (#868) 2023-05-31 18:25:24 +02:00
nftables_linux_test.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
nftables_linux.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
notifier.go Feature/android route notification (#868) 2023-05-31 18:25:24 +02:00
router_pair.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
server_android.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
server_nonandroid.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
systemops_android.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
systemops_linux.go Fix issue 872 (#873) 2023-05-18 19:31:54 +02:00
systemops_nonandroid_test.go Feature/android route notification (#868) 2023-05-31 18:25:24 +02:00
systemops_nonandroid.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
systemops_nonlinux.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00