12-29-2022, 09:11 PM
I don't see any changes in the kernel config to do with netfilter. Googling the error comes up with this patch
https://yhbt.net/lore/netfilter-devel/20...ter.org/T/
which suggests that the error may have been added recently.
To get around it I rebuilt the kernel and added just about everything in the netfilter section as modules
Here are the extra modules that are loaded after the update
https://yhbt.net/lore/netfilter-devel/20...ter.org/T/
which suggests that the error may have been added recently.
To get around it I rebuilt the kernel and added just about everything in the netfilter section as modules
Code:
git clone https://gitlab.manjaro.org/manjaro-arm/packages/core/linux-pinephonepro
cd linux-pinephonepro
makepkg -so # -o to download and prepare only
# enter the source directory and edit the config. I used make menuconfig.
# return to the base directory and build and install the updated kernel
makepkg -sei # -e to skip prepare and go straight to build
Here are the extra modules that are loaded after the update
Quote:> xt_mark 16384 1
> nft_ct 20480 2
> nft_fib_ipv4 16384 1
> nft_fib 16384 1 nft_fib_ipv4
> nf_tables 200704 17 nft_ct,nft_fib_ipv4,nft_fib
> nfnetlink 20480 1 nf_tables