From 4a0a6042cb63e8897528b9b9d13d94c6fdf0e1a4 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 27 Aug 2018 18:27:55 +0100 Subject: [PATCH] netfilter: Enable NF_TABLES_SET as module, replacing the multiple set type modules that were enabled before 4.18 --- debian/changelog | 2 ++ debian/config/config | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1ca4aa01a..be01a29f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ linux (4.18.5-1) UNRELEASED; urgency=medium * [x86,arm64] Disable code signing for upload to unstable * [rt] Update to 4.18-rc8-rt1 and re-enable * aufs: Update support patchset to aufs4.18-20180827 (no functional change) + * netfilter: Enable NF_TABLES_SET as module, replacing the multiple set + type modules that were enabled before 4.18 -- Ben Hutchings Mon, 27 Aug 2018 14:22:41 +0100 diff --git a/debian/config/config b/debian/config/config index b28040b35..e0f1d610a 100644 --- a/debian/config/config +++ b/debian/config/config @@ -6725,13 +6725,11 @@ CONFIG_NF_CT_NETLINK_TIMEOUT=y CONFIG_NF_CT_NETLINK_HELPER=m CONFIG_NETFILTER_NETLINK_GLUE_CT=y CONFIG_NF_TABLES=m +CONFIG_NF_TABLES_SET=m CONFIG_NF_TABLES_INET=y CONFIG_NF_TABLES_NETDEV=y CONFIG_NFT_NUMGEN=m CONFIG_NFT_CT=m -CONFIG_NFT_SET_RBTREE=m -CONFIG_NFT_SET_HASH=m -CONFIG_NFT_SET_BITMAP=m CONFIG_NFT_COUNTER=m CONFIG_NFT_LOG=m CONFIG_NFT_LIMIT=m