We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aade8b commit 32e0211Copy full SHA for 32e0211
client/iface/device/kernel_module_linux.go
@@ -28,15 +28,14 @@ import (
28
type status int
29
30
const (
31
- unknown status = 1
32
- unloaded status = 2
33
- unloading status = 3
34
- loading status = 4
35
- live status = 5
36
- inuse status = 6
37
- defaultModuleDir = "/lib/modules"
38
- envDisableWireGuardKernel = "NB_WG_KERNEL_DISABLED"
39
- envUseAmneziaWireGuardKernel = "NB_WG_KERNEL_USE_AMNEZIAWG"
+ unknown status = 1
+ unloaded status = 2
+ unloading status = 3
+ loading status = 4
+ live status = 5
+ inuse status = 6
+ defaultModuleDir = "/lib/modules"
+ envDisableWireGuardKernel = "NB_WG_KERNEL_DISABLED"
40
)
41
42
type module struct {
0 commit comments