From: Alon Bar-Lev Date: Fri, 28 Dec 2018 19:16:37 +0000 (+0200) Subject: net-firewall/firehol: add additional config options X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8d420444471ab784195296b0468170f67af24a35;p=gentoo.git net-firewall/firehol: add additional config options Closes: https://bugs.gentoo.org/show_bug.cgi?id=673898 Thanks: Sebastian Pipping Signed-off-by: Alon Bar-Lev Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/net-firewall/firehol/firehol-3.1.6.ebuild b/net-firewall/firehol/firehol-3.1.6.ebuild index 4bc872ba5334..79fc08da9781 100644 --- a/net-firewall/firehol/firehol-3.1.6.ebuild +++ b/net-firewall/firehol/firehol-3.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,6 +34,8 @@ pkg_setup() { ~IP_NF_TARGET_MASQUERADE ~IP_NF_TARGET_REDIRECT \ ~IP_NF_TARGET_REJECT \ + ~NETFILTER_XT_CONNMARK \ + ~NETFILTER_XT_MATCH_HELPER \ ~NETFILTER_XT_MATCH_LIMIT \ ~NETFILTER_XT_MATCH_OWNER \ ~NETFILTER_XT_MATCH_STATE \