Commit a9e8c907 authored by Rusty Russell's avatar Rusty Russell Committed by David S. Miller

[NETFILTER]: Missing ip_rt_put in ipt_MASQUERADE.

parent be769230
......@@ -116,6 +116,7 @@ masquerade_target(struct sk_buff **pskb,
if (net_ratelimit())
printk("MASQUERADE:"
" Route sent us somewhere else.\n");
ip_rt_put(rt);
return NF_DROP;
}
}
......
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