All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][yocto-kernel-cache] netfilter: enable several netfilter options
@ 2015-11-26  5:25 rongqing.li
  2015-11-30  5:22 ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: rongqing.li @ 2015-11-26  5:25 UTC (permalink / raw)
  To: yocto

From: Roy Li <rongqing.li@windriver.com>

the below kernel options are enabled:
    LOG target support
    IPv6 connection tracking support,
    "addrtype" address type match support
    "recent" match support

the default configuration of ufw(Uncomplicated Firewall) asked them.

Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
 features/netfilter/netfilter.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/features/netfilter/netfilter.cfg b/features/netfilter/netfilter.cfg
index 8ecef4a..7bb8490 100644
--- a/features/netfilter/netfilter.cfg
+++ b/features/netfilter/netfilter.cfg
@@ -62,12 +62,16 @@ CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
 CONFIG_NETFILTER_XT_MATCH_STRING=m
 CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
 CONFIG_NETFILTER_XT_MATCH_U32=m
+CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
+CONFIG_NETFILTER_XT_MATCH_RECENT=m
+CONFIG_NETFILTER_XT_TARGET_LOG=m
 
 #
 # IP: Netfilter Configuration
 #
 CONFIG_NF_DEFRAG_IPV4=m
 CONFIG_NF_CONNTRACK_IPV4=m
+CONFIG_NF_CONNTRACK_IPV6=m
 CONFIG_NF_CONNTRACK_PROC_COMPAT=y
 CONFIG_IP_NF_IPTABLES=m
 CONFIG_IP_NF_MATCH_AH=m
-- 
1.9.1



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

end of thread, other threads:[~2015-12-07 22:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26  5:25 [PATCH][yocto-kernel-cache] netfilter: enable several netfilter options rongqing.li
2015-11-30  5:22 ` Bruce Ashfield
2015-12-01  1:08   ` Rongqing Li
2015-12-01  5:24     ` Bruce Ashfield
2015-12-07 22:17       ` 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.