Edwin Balani
Edwin Balani
> I guess it will need to be done by someone else. 👋 I stumbled on this issue by chance today -- I'm keen to have IPVS IPv6 support in...
> I will see if I can compile the ip_vs modules on the latest raspberrypi/linux 5.10 tag for arm64 For clarity, I chose these because that's what I'm running, but...
As a rough and ready indication, I compiled the modules with this script: ```sh #!/bin/sh set -e make_rpi () { make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- "$@"; } build_modules() { make_rpi -j8 \...