nebula/overlay
Wade Simmons 36bc9dd261
fix parseUnsafeRoutes for yaml.v3 (#1371)
We switched to yaml.v3 with #1148, but missed this spot that was still
casting into `map[any]any` when yaml.v3 makes it `map[string]any`. Also
clean up a few more `interface{}` that were added as we changed them all
to `any` with #1148.
2025-04-01 09:49:26 -04:00
..
device.go Implement ECMP for unsafe_routes (#1332) 2025-03-24 17:15:59 -05:00
route.go fix parseUnsafeRoutes for yaml.v3 (#1371) 2025-04-01 09:49:26 -04:00
route_test.go fix parseUnsafeRoutes for yaml.v3 (#1371) 2025-04-01 09:49:26 -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