nebula/overlay
Wade Simmons 879852c32a
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 (#1148)
* 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
2025-03-31 16:08:34 -04:00
..
device.go Implement ECMP for unsafe_routes (#1332) 2025-03-24 17:15:59 -05:00
route.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
route_test.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
tun.go V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
tun_android.go Implement ECMP for unsafe_routes (#1332) 2025-03-24 17:15:59 -05:00
tun_darwin.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
tun_disabled.go Implement ECMP for unsafe_routes (#1332) 2025-03-24 17:15:59 -05:00
tun_freebsd.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
tun_ios.go Implement ECMP for unsafe_routes (#1332) 2025-03-24 17:15:59 -05:00
tun_linux.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
tun_linux_test.go Add ability to respect the system route table for unsafe route on linux (#839) 2023-05-09 10:36:55 -05:00
tun_netbsd.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
tun_notwin.go Add support for naming FreeBSD tun devices (#903) 2023-06-22 12:13:31 -04:00
tun_openbsd.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
tun_tester.go Implement ECMP for unsafe_routes (#1332) 2025-03-24 17:15:59 -05:00
tun_windows.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
user.go Implement ECMP for unsafe_routes (#1332) 2025-03-24 17:15:59 -05:00