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. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
