summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2019-03-27 16:18:16 +0000
committerJeremy Cline <jcline@redhat.com>2019-03-27 18:13:27 +0000
commit2129b130595d80de5f75792d3077ffb9fc7122f6 (patch)
treecc7ad6c044281760a7162e78b8469979cdec22bb /configs
parentf86f195b902c5f671e9d70c33e27b91585c2ad03 (diff)
downloadkernel-2129b130595d80de5f75792d3077ffb9fc7122f6.tar.gz
kernel-2129b130595d80de5f75792d3077ffb9fc7122f6.tar.xz
kernel-2129b130595d80de5f75792d3077ffb9fc7122f6.zip
Align the IPv4 netfilter configs with the IPv6 configs (rhbz 1672657)
IPv6 builds as a module, change IPv4 to be built as a module as well.
Diffstat (limited to 'configs')
-rw-r--r--configs/fedora/generic/CONFIG_IP_NF_FILTER2
-rw-r--r--configs/fedora/generic/CONFIG_IP_NF_IPTABLES2
-rw-r--r--configs/fedora/generic/CONFIG_IP_NF_TARGET_REJECT2
-rw-r--r--configs/fedora/generic/CONFIG_NF_REJECT_IPV41
4 files changed, 4 insertions, 3 deletions
diff --git a/configs/fedora/generic/CONFIG_IP_NF_FILTER b/configs/fedora/generic/CONFIG_IP_NF_FILTER
index 25420dc0e..24e5d7ee2 100644
--- a/configs/fedora/generic/CONFIG_IP_NF_FILTER
+++ b/configs/fedora/generic/CONFIG_IP_NF_FILTER
@@ -1 +1 @@
-CONFIG_IP_NF_FILTER=y
+CONFIG_IP_NF_FILTER=m
diff --git a/configs/fedora/generic/CONFIG_IP_NF_IPTABLES b/configs/fedora/generic/CONFIG_IP_NF_IPTABLES
index c8db0b068..5238d9e0b 100644
--- a/configs/fedora/generic/CONFIG_IP_NF_IPTABLES
+++ b/configs/fedora/generic/CONFIG_IP_NF_IPTABLES
@@ -1 +1 @@
-CONFIG_IP_NF_IPTABLES=y
+CONFIG_IP_NF_IPTABLES=m
diff --git a/configs/fedora/generic/CONFIG_IP_NF_TARGET_REJECT b/configs/fedora/generic/CONFIG_IP_NF_TARGET_REJECT
index 688d27b6a..7db5e7783 100644
--- a/configs/fedora/generic/CONFIG_IP_NF_TARGET_REJECT
+++ b/configs/fedora/generic/CONFIG_IP_NF_TARGET_REJECT
@@ -1 +1 @@
-CONFIG_IP_NF_TARGET_REJECT=y
+CONFIG_IP_NF_TARGET_REJECT=m
diff --git a/configs/fedora/generic/CONFIG_NF_REJECT_IPV4 b/configs/fedora/generic/CONFIG_NF_REJECT_IPV4
new file mode 100644
index 000000000..8223fd900
--- /dev/null
+++ b/configs/fedora/generic/CONFIG_NF_REJECT_IPV4
@@ -0,0 +1 @@
+CONFIG_NF_REJECT_IPV4=m