Robin Gögge
Robin Gögge
I've been triggering CI [here](https://github.com/cilium/cilium/pull/32250) from time to time over the last two weeks but also can't really pinpoint a clear area that's breaking or deduce a simple reproducer. But...
Actually we do have a couple of unit tests for feature probing in https://github.com/cilium/cilium/blob/main/pkg/datapath/linux/probes/probes_test.go, especially the custom features probes get tested. So I think we should add one for this...
As far as I can see it's not an IPsec-specific issue, but rather a `linuxNodeHandler` issue. To reproduce, I create a kind cluster (`./contrib/scripts/kind.sh "" 3 "" "" "iptables" "ipv4"`)...
> Is it querying for the information reactively or is there some garbage collection happening? `cilium node list` queries the daemon status API, which I think is backed by the...
Currently not working on this. After my initial investigation, I opened #29822 and since then it has been "shelved" since the urgency wasn't super high and it wasn't purely IPsec...
I will spend some more time next week to work on the ideas Lorenz had to change how ebpf-go represents the `bpf_link_info` struct in Go.
So from my initial investigation yesterday I would say https://github.com/cilium/cilium/pull/32518 is what caused this error to show up in the error logs because the log level changed from `Warn` to...