Re: [PATCH 09/13]: [NETFILTER]: Redo policy lookups after NAT when neccessary
From: Patrick McHardy <hidden>
Date: 2005-11-20 16:43:00
Also in:
netfilter-devel
From: Patrick McHardy <hidden>
Date: 2005-11-20 16:43:00
Also in:
netfilter-devel
Patrick McHardy wrote:
[NETFILTER]: Redo policy lookups after NAT when neccessary--- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c@@ -195,13 +195,18 @@ static inline int ip_finish_output2(stru return dst->neighbour->output(skb); if (net_ratelimit()) - printk(KERN_DEBUG "ip_finish_output2: No header cache and no neighbour!\n"); + printk(KERN_DEBUG "ip_finish_output3: No header cache and no neighbour!\n"); kfree_skb(skb); return -EINVAL; }
Damnit .. if you apply the patches please edit out this chunk, its a remnant from an earlier series. Thanks.