Martynas Pumputis
Martynas Pumputis
If https://kubernetes.io/docs/concepts/services-networking/dual-stack/ is enabled, set `--helm-set=ipv6.enabled=true ` when installing Cilium via `cilium install`.
See commit msgs. TL;DR the following flag support has been added to the pkg/lb: - `EnableHostPort` (to-be removed in v1.19) - `EnableSessionAffinity` (to-be removed in v1.19) - `EnableSVCSourceRangeCheck` (to-be removed...
I was expecting that pwru is able to track BPF helpers called by XDP progs when running with `--filter-trace-xdp --filter-track-bpf-helpers`. That turned to be not the case. The `--filter-track-bpf-helpers` relies...
Currently we include vmlinux.h for each arch we support. However, @dylandreimerink pointed out that we don't need to: > Technically you don't even need vmlinux headers at all, just types...