Hello.
It seems there is an issue with iptables in the 6.18.10-current-meson64 kernel.
I can't start Docker because of this.
```
~# iptables -L
modprobe: FATAL: Module ip_tables not found in directory /lib/modules/6.18.10-current-meson64
iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
```
As I run a docker version 28.X.X, it does not support nftable. (Cannot upgrade at the moment).
What can I do to solve the problem ?
Thanks