netfilter: Enable NF_SOCKET_IPV4, NF_SOCKET_IPV6 as modules (Closes: #858897)

This commit is contained in:
Ben Hutchings 2017-03-31 00:02:01 +01:00
parent c4b4fdd561
commit 500ce0c9cd
2 changed files with 6 additions and 0 deletions

4
debian/changelog vendored
View File

@ -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@decadent.org.uk> Thu, 30 Mar 2017 13:56:41 +0100
linux (4.10-1~exp1) experimental; urgency=medium

View File

@ -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