commit: 4c780ad1a74d71eabb0d47044014ef3ac386e176
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 08:32:11 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 08:32:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c780ad1
net-firewall/ipt_netflow: Check for CONFIG_BRIDGE_NETFILTER
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild | 2 +-
net-firewall/ipt_netflow/ipt_netflow-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild
b/net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild
index d5ba624302b..2c7d537f291 100644
--- a/net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild
+++ b/net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild
@@ -33,7 +33,7 @@ PATCHES=(
pkg_setup() {
linux-info_pkg_setup
- local CONFIG_CHECK="~IP_NF_IPTABLES VLAN_8021Q"
+ local CONFIG_CHECK="BRIDGE_NETFILTER ~IP_NF_IPTABLES VLAN_8021Q"
use debug && CONFIG_CHECK+=" ~DEBUG_FS"
if use natevents; then
CONFIG_CHECK+=" NF_CONNTRACK_EVENTS"
diff --git a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild
b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild
index b0382acd22d..d24c48cebca 100644
--- a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild
+++ b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild
@@ -33,7 +33,7 @@ PATCHES=(
pkg_setup() {
linux-info_pkg_setup
- local CONFIG_CHECK="~IP_NF_IPTABLES VLAN_8021Q"
+ local CONFIG_CHECK="BRIDGE_NETFILTER ~IP_NF_IPTABLES VLAN_8021Q"
use debug && CONFIG_CHECK+=" ~DEBUG_FS"
if use natevents; then
CONFIG_CHECK+=" NF_CONNTRACK_EVENTS"