Ilya Dmitrichenko
Ilya Dmitrichenko
@brb @thebsdbox This actually works, so what external node has all peers addressed by external IPs, and regular nodes get an external node address set to the external address? I'm...
One challenge I'm noticing with this is that `ExternalIP` is only read once upon startup, if the node object doesn't have it when Cilium starts up, the only way to...
It seems to me that this issues can be closed?
Ok, just reviewed my findings from earlier on, and I think the only odd thing is the unit of time – some of my colleagues insist that `_seconds` should be...
@tcolgate @Olical renamed this to `*_seconds` in their fork.
@rn thanks for the review! > Should probably remove 5.11 since it has been EOLed. I dropped it. > Also there are kernel config tests which need updating. I've not...
@djs55 yeah, I also got `swab.h` patching error in attempt to build 5.10. However, running `make build_5.15.x -C kernel/` with `ARCH=arm64` and `ARCH=x86_64` didn't produce any errors for me.
I manage to patch the configs for 5.15 to build, it looks like config generation logic is broken in the case of cross-compilation. Somehow not all target-specific config options get...
All three kernels (5.4.x, 5.10.x & 5.15.x) are building now (tested with `make buildx_`) for both architectures. Well, 5.4.x is Intel-only, of course. And we don't have patches anymore 🎉
I've rebased, I'd expect CI to pass now, as @djs55 helped with getting the images published.