Skip to content

Commit

Permalink
[NETFILTER]: CONNMARK target needs ip_conntrack
Browse files Browse the repository at this point in the history
There's a missing dependency from the CONNMARK target to ip_conntrack.

Signed-off-by: Pablo Neira Ayuso <pablo@eurodev.net>
Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
  • Loading branch information
Harald Welte authored and Arnaldo Carvalho de Melo committed Nov 5, 2005
1 parent 10dfdc6 commit 433a4d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv4/netfilter/ipt_CONNMARK.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ static struct ipt_target ipt_connmark_reg = {

static int __init init(void)
{
need_ip_conntrack();
return ipt_register_target(&ipt_connmark_reg);
}

Expand Down

0 comments on commit 433a4d3

Please sign in to comment.