From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 01F981382C5 for ; Fri, 19 Feb 2021 18:04:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A7EE082B; Fri, 19 Feb 2021 18:04:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D5A1CE082B for ; Fri, 19 Feb 2021 18:04:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8CB32340E7E for ; Fri, 19 Feb 2021 18:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED6E7487 for ; Fri, 19 Feb 2021 18:04:39 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1613757831.15f407c99d8b3a4b8a791946698f7afe43719b1a.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-20.10.3.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 15f407c99d8b3a4b8a791946698f7afe43719b1a X-VCS-Branch: master Date: Fri, 19 Feb 2021 18:04:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b7324906-1452-4221-875b-54be383bec94 X-Archives-Hash: 5c4a550dc706cc8e730addcc31b1596d commit: 15f407c99d8b3a4b8a791946698f7afe43719b1a Author: Piotr Karbowski gentoo org> AuthorDate: Fri Feb 19 18:03:51 2021 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Fri Feb 19 18:03:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f407c9 app-emulation/docker: check for NETFILTER_XT_MARK (mesh network) Signed-off-by: Piotr Karbowski gentoo.org> app-emulation/docker/docker-20.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/docker/docker-20.10.3.ebuild b/app-emulation/docker/docker-20.10.3.ebuild index b8b0e612967..fdb09672585 100644 --- a/app-emulation/docker/docker-20.10.3.ebuild +++ b/app-emulation/docker/docker-20.10.3.ebuild @@ -61,7 +61,7 @@ CONFIG_CHECK=" ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED ~CPUSETS ~MEMCG ~KEYS ~VETH ~BRIDGE ~BRIDGE_NETFILTER - ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE + ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE ~NETFILTER_XT_MARK ~NETFILTER_NETLINK ~NETFILTER_XT_MATCH_ADDRTYPE ~NETFILTER_XT_MATCH_CONNTRACK ~NETFILTER_XT_MATCH_IPVS ~IP_NF_NAT ~NF_NAT ~POSIX_MQUEUE