On 06/01/2017 09:09 AM, Ismo Puustinen wrote:
Add support for sets and IPv4 masquarade.
This should go to the linux-yocto mailing list (and preferably cc' me), but I noticed this and it looks fine to me. I've now queued it with some other config changes that will go out shortly. Bruce
Signed-off-by: Ismo Puustinen <ismo.puusti...@intel.com> --- features/nf_tables/nf_tables.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/features/nf_tables/nf_tables.cfg b/features/nf_tables/nf_tables.cfg index 5e085ce..5f518f1 100644 --- a/features/nf_tables/nf_tables.cfg +++ b/features/nf_tables/nf_tables.cfg @@ -3,9 +3,15 @@ CONFIG_NF_TABLES_INET=m CONFIG_NFT_EXTHDR=m CONFIG_NFT_META=m CONFIG_NFT_CT=m +CONFIG_NFT_SET_RBTREE=m +CONFIG_NFT_SET_HASH=m CONFIG_NFT_RBTREE=m CONFIG_NFT_HASH=m CONFIG_NFT_COUNTER=m +CONFIG_NFT_MASQ=m +CONFIG_NFT_MASQ_IPV4=m +CONFIG_NFT_REDIR=m +CONFIG_NFT_REDIR_IPV4=m CONFIG_NFT_LOG=m CONFIG_NFT_LIMIT=m CONFIG_NFT_NAT=m @@ -17,6 +23,7 @@ CONFIG_NF_TABLES_IPV4=m CONFIG_NFT_CHAIN_ROUTE_IPV4=m CONFIG_NFT_CHAIN_NAT_IPV4=m CONFIG_NFT_REJECT_IPV4=m +CONFIG_NFT_REJECT_IPV6=m CONFIG_NF_TABLES_ARP=m CONFIG_NF_TABLES_IPV6=m CONFIG_NFT_CHAIN_ROUTE_IPV6=m
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto