OpenWrt Forum Archive

Topic: Replacing iptables with nftables

The content of this topic has been archived on 20 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi all,

I'm trying to build my own image for WRT1900ACS, where iptables are completely replaced by nftables. I have successfully removed iptables from the config and added nftables, but I can't compile. I get following error:

Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nft-core:
 *     kmod-nfnetlink * 
 * opkg_install_cmd: Cannot install package kmod-nft-core.
package/Makefile:64: recipe for target 'package/install' failed

kmod-nfnetlink is selected in make menuconfig and I do not really understand the meaning of the message. What dependencies are missing? kmod-nfnetlink is there... Any suggestions?

Ok, solved with make download

The discussion might have continued from here.