netbird/client/internal/routemanager
Maycon Santos 126af9dffc
Return gateway address if not nil (#533)
If the gateway address would be nil which is
the case on macOS, we return the preferredSrc

added tests for getExistingRIBRouteGateway function

update log message
2022-10-31 11:54:34 +01:00
..
client.go Use the client network for log errors (#455) 2022-09-07 18:26:59 +02:00
common_linux_test.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
firewall_linux.go Add incoming routing rules (#486) 2022-09-30 14:39:15 +05:00
firewall_nonlinux.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
firewall.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
iptables_linux_test.go Add incoming routing rules (#486) 2022-09-30 14:39:15 +05:00
iptables_linux.go Add incoming routing rules (#486) 2022-09-30 14:39:15 +05:00
manager_test.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
manager.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
mock.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
nftables_linux_test.go Add incoming routing rules (#486) 2022-09-30 14:39:15 +05:00
nftables_linux.go Add incoming routing rules (#486) 2022-09-30 14:39:15 +05:00
server.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
systemops_linux.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
systemops_nonlinux.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
systemops_test.go Return gateway address if not nil (#533) 2022-10-31 11:54:34 +01:00
systemops.go Return gateway address if not nil (#533) 2022-10-31 11:54:34 +01:00