mirror of
https://github.com/slackhq/nebula.git
synced 2026-02-14 08:44:24 +01:00
use wg tun library; batching & locking improvements
This commit is contained in:
4
cmd/nebula-cert/test_freebsd.go
Normal file
4
cmd/nebula-cert/test_freebsd.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package main
|
||||
|
||||
const NoSuchFileError = "no such file or directory"
|
||||
const NoSuchDirError = "no such file or directory"
|
||||
4
cmd/nebula-cert/test_openbsd.go
Normal file
4
cmd/nebula-cert/test_openbsd.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package main
|
||||
|
||||
const NoSuchFileError = "no such file or directory"
|
||||
const NoSuchDirError = "no such file or directory"
|
||||
Reference in New Issue
Block a user