Skip to content

Commit

Permalink
net-firewall/ipt_netflow: Check for CONFIG_BRIDGE_NETFILTER
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
  • Loading branch information
Jeroen Roovers committed Apr 25, 2020
1 parent 2121a61 commit 4c780ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion net-firewall/ipt_netflow/ipt_netflow-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4c780ad

Please sign in to comment.