Trying to run this on a RaspberryPi 4, I get the following error:
root@raspberrypi:~/OpenGFW# ./OpenGFW -l debug -c config.yaml rules.yaml
2024-04-10T20:14:05+02:00 INFO engine started
2024-04-10T20:14:05+02:00 DEBUG worker started {"id": 1}
2024-04-10T20:14:05+02:00 DEBUG worker started {"id": 0}
2024-04-10T20:14:05+02:00 DEBUG worker started {"id": 2}
2024-04-10T20:14:05+02:00 DEBUG worker started {"id": 3}
2024-04-10T20:14:05+02:00 INFO engine exited {"error": "netlink receive: operation not supported"}
root@raspberrypi:~/OpenGFW# uname -a
Linux raspberrypi 6.6.25-v8+ #1753 SMP PREEMPT Wed Apr 10 17:38:05 BST 2024 aarch64 GNU/Linux
I'd guess this is some problem with the kernel. If that's the case, could you give me some hints as to which kernel options I need to enable or packages I have to install? If not, do you have an idea what could be the problem here?