netbird/iface
Maycon Santos e4ad6174ca
Improve module load (#470)
* Add additional check for needed kernel modules

* Check if wireguard and tun modules are loaded

If modules are loaded return true, otherwise attempt to load them

* fix state check

* Add module function tests

* Add test execution in container

* run client package tests on docker

* add package comment to new file

* force entrypoint

* add --privileged flag

* clean only if tables where created

* run from within the directories
2022-09-15 01:26:11 +05:00
..
configuration.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
iface_darwin.go Improve module load (#470) 2022-09-15 01:26:11 +05:00
iface_linux.go Improve module load (#470) 2022-09-15 01:26:11 +05:00
iface_test.go Add routing peer support (#441) 2022-09-05 09:06:35 +02:00
iface_unix.go Handle peer interface config change (#348) 2022-06-04 19:41:01 +02:00
iface_windows.go Improve module load (#470) 2022-09-15 01:26:11 +05: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
module_linux_test.go Improve module load (#470) 2022-09-15 01:26:11 +05:00
module_linux.go Improve module load (#470) 2022-09-15 01:26:11 +05:00