All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ismo Puustinen <ismo.puustinen@intel.com>
To: yocto@yoctoproject.org
Subject: [PATCH] nftables: add more configuration options.
Date: Thu,  1 Jun 2017 16:09:13 +0300	[thread overview]
Message-ID: <20170601130913.30155-1-ismo.puustinen@intel.com> (raw)

Add support for sets and IPv4 masquarade.

Signed-off-by: Ismo Puustinen <ismo.puustinen@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
-- 
2.9.4



             reply	other threads:[~2017-06-01 13:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-01 13:09 Ismo Puustinen [this message]
2017-06-01 16:03 ` [PATCH] nftables: add more configuration options Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170601130913.30155-1-ismo.puustinen@intel.com \
    --to=ismo.puustinen@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.