Route re-calculation in ip_output()

2009-10-09 Thread Jacques Fourie
Hi, I've noticed what I believe to be a bug in ip_output(). The piece of code in question is when the firewall changes the destination address of an outgoing packet and the subsequent re-calculation of the route. The issue should be clear from the attached diff - basically what happens is that

Re: Route re-calculation in ip_output()

2009-10-09 Thread Julian Elischer
Jacques Fourie wrote: Hi, I've noticed what I believe to be a bug in ip_output(). The piece of code in question is when the firewall changes the destination address of an outgoing packet and the subsequent re-calculation of the route. The issue should be clear from the attached diff - basically

Re: Route re-calculation in ip_output()

2009-10-09 Thread Jacques Fourie
On Fri, Oct 9, 2009 at 5:58 PM, Julian Elischer jul...@elischer.org wrote: Jacques Fourie wrote: Hi, I've noticed what I believe to be a bug in ip_output(). The piece of code in question is when the firewall changes the destination address of an outgoing packet and the subsequent