0
0
Fork 0
mirror of https://github.com/slackhq/nebula.git synced 2025-05-14 21:42:29 +00:00
Commit graph

9 commits

Author SHA1 Message Date
Wade Simmons
879852c32a
upgrade to yaml.v3 ()
* 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
dioss-Machiel
f86953ca56
Implement ECMP for unsafe_routes () 2025-03-24 17:15:59 -05:00
Nate Brown
d97ed57a19
V2 certificate format ()
Co-authored-by: Nate Brown <nbrown.us@gmail.com>
Co-authored-by: Jack Doan <jackdoan@rivian.com>
Co-authored-by: brad-defined <77982333+brad-defined@users.noreply.github.com>
Co-authored-by: Jack Doan <me@jackdoan.com>
2025-03-06 11:28:26 -06:00
Nate Brown
08ac65362e
Cert interface () 2024-10-10 18:00:22 -05:00
Nate Brown
e264a0ff88
Switch most everything to netip in prep for ipv6 in the overlay () 2024-07-31 10:18:56 -05:00
guangwu
276978377a
chore: remove refs to deprecated io/ioutil ()
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
2023-10-31 10:35:13 -04:00
Nate Brown
78d0d46bae
Remove WriteRaw, cidrTree -> routeTree to better describe its purpose, remove redundancy from field names () 2021-11-12 12:47:09 -06:00
Nate Brown
2f1f0d602f
Cleanup most of the remaining nits () 2021-11-12 10:47:36 -06:00
Nate Brown
4453964e34
Move util to test, contextual errors to util () 2021-11-10 21:47:38 -06:00