Commit 37fb385a authored by Harald Welte's avatar Harald Welte Committed by David S. Miller

[NETFILTER]: iptables iptable_mangle LOCAL_IN bugfix.

parent 9c0873e5
......@@ -179,7 +179,7 @@ static struct nf_hook_ops ipt_ops[] = {
.priority = NF_IP_PRI_MANGLE,
},
{
.hook = ipt_local_hook,
.hook = ipt_route_hook,
.pf = PF_INET,
.hooknum = NF_IP_LOCAL_IN,
.priority = NF_IP_PRI_MANGLE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment