diff options
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild | 2 | ||||
-rw-r--r-- | 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 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" |