From 3844c4e2dae4aeb472d191f3aa996e424eaf1d16 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 8 Mar 2018 14:25:51 +0100 Subject: features/ct: Add support for CT target in iptables Signed-off-by: Adrian Dudau --- features/ct/ct.cfg | 11 +++++++++++ features/ct/ct.scc | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 features/ct/ct.cfg create mode 100644 features/ct/ct.scc diff --git a/features/ct/ct.cfg b/features/ct/ct.cfg new file mode 100644 index 0000000..9b469c0 --- /dev/null +++ b/features/ct/ct.cfg @@ -0,0 +1,11 @@ +CONFIG_NETFILTER=y +CONFIG_NETFILTER_ADVANCED=y +CONFIG_NF_CONNTRACK=y + +CONFIG_NETFILTER_XTABLES=y + +CONFIG_IP_NF_IPTABLES=y +CONFIG_IP_NF_RAW=m +CONFIG_NETFILTER_XT_TARGET_CT=m + +CONFIG_NF_CONNTRACK_ZONES=y diff --git a/features/ct/ct.scc b/features/ct/ct.scc new file mode 100644 index 0000000..fefc211 --- /dev/null +++ b/features/ct/ct.scc @@ -0,0 +1,4 @@ +define KFEATURE_DESCRIPTION "Support for CT target in iptables" +define KFEATURE_COMPATIBILITY all + +kconf non-hardware ct.cfg -- cgit v1.2.3-54-g00ecf