mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 02:30:57 -08:00
|
Some checks are pending
gofmt / Run gofmt (push) Waiting to run
smoke-extra / Run extra smoke tests (push) Waiting to run
smoke / Run multi node smoke test (push) Waiting to run
Build and test / Build all and test on ubuntu-linux (push) Waiting to run
Build and test / Build and test on linux with boringcrypto (push) Waiting to run
Build and test / Build and test on linux with pkcs11 (push) Waiting to run
Build and test / Build and test on ${{ matrix.os }} (macos-latest) (push) Waiting to run
Build and test / Build and test on ${{ matrix.os }} (windows-latest) (push) Waiting to run
* upgrade to yaml.v3 The main nice fix here is that maps unmarshal into `map[string]any` instead of `map[any]any`, so it cleans things up a bit. * add config.AsBool Since yaml.v3 doesn't automatically convert yes to bool now, for backwards compat * use type aliases for m * more cleanup * more cleanup * more cleanup * go mod cleanup |
||
|---|---|---|
| .. | ||
| device.go | ||
| route.go | ||
| route_test.go | ||
| tun.go | ||
| tun_android.go | ||
| tun_darwin.go | ||
| tun_disabled.go | ||
| tun_freebsd.go | ||
| tun_ios.go | ||
| tun_linux.go | ||
| tun_linux_test.go | ||
| tun_netbsd.go | ||
| tun_notwin.go | ||
| tun_openbsd.go | ||
| tun_tester.go | ||
| tun_windows.go | ||
| user.go | ||