summaryrefslogtreecommitdiffstats
path: root/features/netfilter
diff options
context:
space:
mode:
Diffstat (limited to 'features/netfilter')
-rw-r--r--features/netfilter/ct_m.cfg11
-rw-r--r--features/netfilter/ct_m.scc4
-rw-r--r--features/netfilter/ip_vs_m.cfg4
-rw-r--r--features/netfilter/ip_vs_m.scc4
-rw-r--r--features/netfilter/ipset_m.cfg9
-rw-r--r--features/netfilter/ipset_m.scc4
-rw-r--r--features/netfilter/physdev_m.cfg8
-rw-r--r--features/netfilter/physdev_m.scc4
-rw-r--r--features/netfilter/raw_m.cfg3
-rw-r--r--features/netfilter/raw_m.scc4
10 files changed, 55 insertions, 0 deletions
diff --git a/features/netfilter/ct_m.cfg b/features/netfilter/ct_m.cfg
new file mode 100644
index 0000000..9b469c0
--- /dev/null
+++ b/features/netfilter/ct_m.cfg
@@ -0,0 +1,11 @@
1CONFIG_NETFILTER=y
2CONFIG_NETFILTER_ADVANCED=y
3CONFIG_NF_CONNTRACK=y
4
5CONFIG_NETFILTER_XTABLES=y
6
7CONFIG_IP_NF_IPTABLES=y
8CONFIG_IP_NF_RAW=m
9CONFIG_NETFILTER_XT_TARGET_CT=m
10
11CONFIG_NF_CONNTRACK_ZONES=y
diff --git a/features/netfilter/ct_m.scc b/features/netfilter/ct_m.scc
new file mode 100644
index 0000000..3eadf1f
--- /dev/null
+++ b/features/netfilter/ct_m.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Support for CT target in iptables"
2define KFEATURE_COMPATIBILITY all
3
4kconf non-hardware ct_m.cfg
diff --git a/features/netfilter/ip_vs_m.cfg b/features/netfilter/ip_vs_m.cfg
new file mode 100644
index 0000000..a4ae33d
--- /dev/null
+++ b/features/netfilter/ip_vs_m.cfg
@@ -0,0 +1,4 @@
1CONFIG_NF_CONNTRACK=y
2CONFIG_IP_VS=m
3
4
diff --git a/features/netfilter/ip_vs_m.scc b/features/netfilter/ip_vs_m.scc
new file mode 100644
index 0000000..8be3313
--- /dev/null
+++ b/features/netfilter/ip_vs_m.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "IP Virtual Server support"
2define KFEATURE_COMPATIBILITY all
3
4kconf non-hardware ip_vs_m.cfg
diff --git a/features/netfilter/ipset_m.cfg b/features/netfilter/ipset_m.cfg
new file mode 100644
index 0000000..830a880
--- /dev/null
+++ b/features/netfilter/ipset_m.cfg
@@ -0,0 +1,9 @@
1CONFIG_NETFILTER=y
2
3CONFIG_IP_SET=m
4CONFIG_IP_SET_HASH_NET=m
5
6CONFIG_NETFILTER_ADVANCED=y
7CONFIG_NETFILTER_XTABLES=y
8
9CONFIG_NETFILTER_XT_SET=m
diff --git a/features/netfilter/ipset_m.scc b/features/netfilter/ipset_m.scc
new file mode 100644
index 0000000..eb2a52b
--- /dev/null
+++ b/features/netfilter/ipset_m.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Support for IP sets"
2define KFEATURE_COMPATIBILITY all
3
4kconf non-hardware ipset_m.cfg
diff --git a/features/netfilter/physdev_m.cfg b/features/netfilter/physdev_m.cfg
new file mode 100644
index 0000000..fb42ad0
--- /dev/null
+++ b/features/netfilter/physdev_m.cfg
@@ -0,0 +1,8 @@
1CONFIG_NETFILTER=y
2CONFIG_NETFILTER_ADVANCED=y
3
4CONFIG_BRIDGE=y
5CONFIG_BRIDGE_NETFILTER=y
6
7CONFIG_NETFILTER_XTABLES=y
8CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
diff --git a/features/netfilter/physdev_m.scc b/features/netfilter/physdev_m.scc
new file mode 100644
index 0000000..31f207b
--- /dev/null
+++ b/features/netfilter/physdev_m.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Support for physdev packet matching"
2define KFEATURE_COMPATIBILITY all
3
4kconf non-hardware physdev_m.cfg
diff --git a/features/netfilter/raw_m.cfg b/features/netfilter/raw_m.cfg
new file mode 100644
index 0000000..221a7bf
--- /dev/null
+++ b/features/netfilter/raw_m.cfg
@@ -0,0 +1,3 @@
1CONFIG_NETFILTER=y
2CONFIG_IP_NF_IPTABLES=y
3CONFIG_IP_NF_RAW=m
diff --git a/features/netfilter/raw_m.scc b/features/netfilter/raw_m.scc
new file mode 100644
index 0000000..3daf6a8
--- /dev/null
+++ b/features/netfilter/raw_m.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Support for iptables raw table"
2define KFEATURE_COMPATIBILITY all
3
4kconf non-hardware raw_m.cfg