I did copy the compiled modules in the building directory into the /lib/modules/(…)/ in the running openwrt on my router.
I was successfully able to load them with insmod, then use some nftables rules with dup without any error:
root@openwrt:~# lsmod | grep -e dup
nft_dup_ipv6 16384 0
nft_dup_ipv4 16384 0
nf_dup_ipv6 16384 1 nft_dup_ipv6
nf_dup_ipv4 16384 1 nft_dup_ipv4
nft_dup_netdev 16384 0
nf_dup_netdev 16384 2 nft_dup_netdev,nft_fwd_netdev
root@openwrt:~# nft list table ip bolemo
table ip bolemo {
chain ids {
dup to 8.8.8.8
}
}
So it seems that there is no reason for those modules to be missing, and there is definitively a bug during the building process…
Please, can you fix this? Thank you ![]()