All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nftables: add more configuration options.
@ 2017-06-01 13:09 Ismo Puustinen
  2017-06-01 16:03 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Ismo Puustinen @ 2017-06-01 13:09 UTC (permalink / raw)
  To: yocto

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nftables: add more configuration options.
  2017-06-01 13:09 [PATCH] nftables: add more configuration options Ismo Puustinen
@ 2017-06-01 16:03 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2017-06-01 16:03 UTC (permalink / raw)
  To: Ismo Puustinen, yocto

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.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
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-01 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-01 13:09 [PATCH] nftables: add more configuration options Ismo Puustinen
2017-06-01 16:03 ` Bruce Ashfield

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.