You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[NETFILTER]: CONNMARK target needs ip_conntrack
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>
This commit is contained in:
committed by
Arnaldo Carvalho de Melo
parent
10dfdc69ea
commit
433a4d3b54
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user