Is it possible to add DUP (duplicate) module for replacement of the TEE iptables module with FW4
As I workaround I use NFT for firewall and iptables for tee modules, but since FW4 is the new standard I hope I can remove iptables in the futures release.
Thanks
#CONFIG_NFT_DUP_IPV4 is not set
# CONFIG_NFT_DUP_IPV6 is not set
Did you submit a pull request implementing the change?
It's rather unlikely for anyone to pick up feature requests and work on them for stuff they don't need, providing a tested patch tends to be received more easily.
Seems like even with CONFIG_NFT_DUP_IPV4=y, CONFIG_NFT_DUP_IPV6=y, CONFIG_NF_DUP_IPV4=y, CONFIG_NF_DUP_IPV6=y, the produced image does not include the kernel modules (they get lost between the building directory and he staging directory.
I want to tack onto this thread, if that is ok, as I have a very similar request regarding CONFIG_NFT_CONNLIMIT:
In that same thread I posted about the legacy iptables package iptables-mod-conntrack-extra which provides the connlimit kmod (and others) for fw3/iptables.
IMHO it would be wonderful if NFT_CONNLIMIT, NFT_DUP, and others might be built as modules and packaged up in a similar way for fw4 for those of us that want such functionality.