netbird/client/internal/routemanager
Yury Gargay 9e8725618e
Extend linter rules (#1300)
- dupword checks for duplicate words in the source code
- durationcheck checks for two durations multiplied together
- forbidigo forbids identifiers
- mirror reports wrong mirror patterns of bytes/strings usage
- misspell finds commonly misspelled English words in comments
- predeclared finds code that shadows one of Go's predeclared identifiers
- thelper detects Go test helpers without t.Helper() call and checks the consistency of test helpers
2023-11-10 16:33:13 +01:00
..
client_test.go Prevent peer updates on flapping status and fix route score logic (#920) 2023-06-01 16:00:44 +02:00
client.go Fix network route adding rule to filter table (#1266) 2023-10-30 09:25:33 +01:00
common_linux_test.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
firewall_linux.go Add default firewall rule to allow netbird traffic (#1056) 2023-09-05 21:07:32 +02:00
firewall_nonlinux.go Add default firewall rule to allow netbird traffic (#1056) 2023-09-05 21:07:32 +02:00
firewall.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
iptables_linux_test.go Add default firewall rule to allow netbird traffic (#1056) 2023-09-05 21:07:32 +02:00
iptables_linux.go Add default firewall rule to allow netbird traffic (#1056) 2023-09-05 21:07:32 +02:00
manager_test.go Add default firewall rule to allow netbird traffic (#1056) 2023-09-05 21:07:32 +02:00
manager.go Feature/search domain for android (#1256) 2023-11-02 19:04:33 +01:00
mock.go Feature/search domain for android (#1256) 2023-11-02 19:04:33 +01:00
nftables_linux_test.go Add default firewall rule to allow netbird traffic (#1056) 2023-09-05 21:07:32 +02:00
nftables_linux.go fix some typo spotted with codespell (#1278) 2023-11-01 17:11:16 +01:00
notifier.go Feature/search domain for android (#1256) 2023-11-02 19:04:33 +01:00
router_pair.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
server_android.go Routemgr error handling (#1073) 2023-08-12 11:42:36 +02:00
server_nonandroid.go Add default firewall rule to allow netbird traffic (#1056) 2023-09-05 21:07:32 +02:00
server.go Routemgr error handling (#1073) 2023-08-12 11:42:36 +02:00
systemops_android.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
systemops_bsd.go split systemops for operating systems and add linux 2023-06-09 18:27:09 +02:00
systemops_linux.go split systemops for operating systems and add linux 2023-06-09 18:40:35 +02:00
systemops_nonandroid_test.go Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
systemops_nonandroid.go split systemops for operating systems and add linux 2023-06-09 18:48:21 +02:00
systemops_nonlinux.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
systemops_windows.go test windows 2023-06-12 16:22:53 +02:00