Skip to content

Commit 433a4d3

Browse files
laf0rgeArnaldo Carvalho de Melo
authored andcommitted
[NETFILTER]: CONNMARK target needs ip_conntrack
There's a missing dependency from the CONNMARK target to ip_conntrack. Signed-off-by: Pablo Neira Ayuso <[email protected]> Signed-off-by: Harald Welte <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 10dfdc6 commit 433a4d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/ipv4/netfilter/ipt_CONNMARK.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ static struct ipt_target ipt_connmark_reg = {
109109

110110
static int __init init(void)
111111
{
112+
need_ip_conntrack();
112113
return ipt_register_target(&ipt_connmark_reg);
113114
}
114115

0 commit comments

Comments
 (0)