mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00: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:
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user