From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1094387-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AE84138334 for <garchives@archives.gentoo.org>; Wed, 5 Jun 2019 00:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94822E092D; Wed, 5 Jun 2019 00:03:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C3B5E092D for <gentoo-commits@lists.gentoo.org>; Wed, 5 Jun 2019 00:03:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D09FE345746 for <gentoo-commits@lists.gentoo.org>; Wed, 5 Jun 2019 00:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96BD9605 for <gentoo-commits@lists.gentoo.org>; Wed, 5 Jun 2019 00:03:38 +0000 (UTC) From: "Ben Kohler" <bkohler@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" <bkohler@gentoo.org> Message-ID: <1559692908.e2d7d2076ca4b49bd1532c8d8bf9a4670bf6598f.bkohler@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/kernel-generic-config X-VCS-Directories: defaults/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: e2d7d2076ca4b49bd1532c8d8bf9a4670bf6598f X-VCS-Branch: master Date: Wed, 5 Jun 2019 00:03:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 33e7fc13-7d18-44bc-b2af-3a18a88bed17 X-Archives-Hash: 6f87b6b9392c15821b465d5b95ed5e7c commit: e2d7d2076ca4b49bd1532c8d8bf9a4670bf6598f Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Wed Jun 5 00:01:48 2019 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Wed Jun 5 00:01:48 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e2d7d207 kernel-generic-config: add IP_NF_NAT & IP6_NF_NAT The 'nat' table used to be enabled by default in genkernel, but somewhere along the way in the kernel's reorganization of netfilter/iptables/nftables stuff, we seem to have lost it. This commit adds it back. Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> defaults/kernel-generic-config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config index 82df29c..bb9e043 100644 --- a/defaults/kernel-generic-config +++ b/defaults/kernel-generic-config @@ -1099,6 +1099,7 @@ CONFIG_IP_NF_MATCH_TTL=m CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARGET_REJECT=m CONFIG_IP_NF_TARGET_SYNPROXY=m +CONFIG_IP_NF_NAT=m CONFIG_IP_NF_TARGET_MASQUERADE=m CONFIG_IP_NF_TARGET_NETMAP=m CONFIG_IP_NF_TARGET_REDIRECT=m @@ -1151,6 +1152,7 @@ CONFIG_IP6_NF_TARGET_SYNPROXY=m CONFIG_IP6_NF_MANGLE=m CONFIG_IP6_NF_QUEUE=m CONFIG_IP6_NF_RAW=m +CONFIG_IP6_NF_NAT=m CONFIG_IP6_NF_SECURITY=m CONFIG_NF_NAT_IPV6=m CONFIG_IP6_NF_TARGET_MASQUERADE=m