Robin Gögge
Robin Gögge
With #375 we added support to probe the running kernel for helper availability. As `bpftool`/`libbpf` also support feature probing, we have been manually comparing results. To reduce some effort I...
The current generic abstraction of `bpf_link_info` makes it harder to implement features like #1295. Instead of splitting LinkInfo into a generic part and having extra structs to represent the fields...
This PR adds strict mode ingress encryption support in Cilium, enabling users to drop unencrypted pod-to-pod traffic when using WireGuard with tunneling. It also renames existing strict mode options to...
Says what it does on the tin. Related: #38548
For better debugging information, this commit ensures that the configuration objects with load-time config values will be written out to the state directory. With this change, sysdumps should automatically include...