summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-04-25 10:32:11 +0200
committerJeroen Roovers <jer@gentoo.org>2020-04-25 10:32:21 +0200
commit4c780ad1a74d71eabb0d47044014ef3ac386e176 (patch)
tree81e8bd927c8224b5dd941fec875f66c3b0e27208 /net-firewall
parentdev-vcs/mercurial: Remove old versions (diff)
downloadgentoo-4c780ad1a74d71eabb0d47044014ef3ac386e176.tar.gz
gentoo-4c780ad1a74d71eabb0d47044014ef3ac386e176.tar.bz2
gentoo-4c780ad1a74d71eabb0d47044014ef3ac386e176.zip
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@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild2
-rw-r--r--net-firewall/ipt_netflow/ipt_netflow-9999.ebuild2
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 d5ba624302b2..2c7d537f291b 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 b0382acd22dc..d24c48cebca3 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"