Nate Brown
Nate Brown
So happy to see someone has picked up the project. Wondering if supporting replication is on the roadmap.
Currently a work in progress
Currently the firewall defaults `ca_name` and `ca_sha` to `any`. We should add a config option to allow folks to change that `any` to whatever they desire.
This change fixes the old v1 tests and adds new tests for v2. Most notably it fixes the `TestMarshalingCertificateV1Consistency` test which needed to be modified. `netip.Prefix` can not represent netmasks...
With #1173 we had some undesirable behavior with logging when using relays. We should find all log locations that are now logging `Invalid Addr` instead of `nil` for remote and...
See https://github.com/slackhq/nebula/pull/1552#issuecomment-3634240957
This PR adds two additional firewall tables to deal distinctly with packets that have a source or destination address within an unsafe network on either the inbound or outbound. Packets...