[linux] 02/05: netfilter: Enable NF_SOCKET_IPV4, NF_SOCKET_IPV6 as modules (Closes: #858897)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Mar 31 13:22:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 500ce0c9cd2ac332e33e74cae946f3c0cd3f312d
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Mar 31 00:02:01 2017 +0100

    netfilter: Enable NF_SOCKET_IPV4, NF_SOCKET_IPV6 as modules (Closes: #858897)
---
 debian/changelog     | 4 ++++
 debian/config/config | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e9e6cce..1eb32ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ linux (4.10.7-1~exp1) UNRELEASED; urgency=medium
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.6
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.7
 
+  [ Ben Hutchings ]
+  * netfilter: Enable NF_SOCKET_IPV4, NF_SOCKET_IPV6 as modules
+    (Closes: #858897)
+
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 30 Mar 2017 13:56:41 +0100
 
 linux (4.10-1~exp1) experimental; urgency=medium
diff --git a/debian/config/config b/debian/config/config
index aea056b..e4ae71c 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -6228,6 +6228,7 @@ CONFIG_TCP_MD5SIG=y
 ## file: net/ipv4/netfilter/Kconfig
 ##
 CONFIG_NF_CONNTRACK_IPV4=m
+CONFIG_NF_SOCKET_IPV4=m
 CONFIG_NF_TABLES_IPV4=m
 CONFIG_NFT_CHAIN_ROUTE_IPV4=m
 CONFIG_NFT_DUP_IPV4=m
@@ -6292,6 +6293,7 @@ CONFIG_IPV6_PIMSM_V2=y
 ## file: net/ipv6/netfilter/Kconfig
 ##
 CONFIG_NF_CONNTRACK_IPV6=m
+CONFIG_NF_SOCKET_IPV6=m
 CONFIG_NF_TABLES_IPV6=m
 CONFIG_NFT_CHAIN_ROUTE_IPV6=m
 CONFIG_NFT_DUP_IPV6=m

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list