Re: svn commit: r249848 - head/sys/netinet

2013-04-25 Thread Gleb Smirnoff
On Wed, Apr 24, 2013 at 06:30:32PM +, Randall Stewart wrote: R Author: rrs R Date: Wed Apr 24 18:30:32 2013 R New Revision: 249848 R URL: http://svnweb.freebsd.org/changeset/base/249848 R R Log: R This fixes the issue with the randomly changing default R route. What it was is there are

Re: svn commit: r249848 - head/sys/netinet

2013-04-25 Thread Randall Stewart
I like the idea Gleb.. I myself had been thinking that it was rather strange that we used dst for both the gateway and destination.. this is a much cleaner (and safer) solution. R On Apr 25, 2013, at 4:24 AM, Gleb Smirnoff wrote: ip_output.c.diff -- Randall

Re: svn commit: r249848 - head/sys/netinet

2013-04-25 Thread Gleb Smirnoff
On Thu, Apr 25, 2013 at 05:40:04AM -0400, Randall Stewart wrote: R I like the idea Gleb.. R R I myself had been thinking that it was rather strange that R we used dst for both the gateway and destination.. R R this is a much cleaner (and safer) solution. I'll commit it to head then. I've seen

svn commit: r249848 - head/sys/netinet

2013-04-24 Thread Randall Stewart
Author: rrs Date: Wed Apr 24 18:30:32 2013 New Revision: 249848 URL: http://svnweb.freebsd.org/changeset/base/249848 Log: This fixes the issue with the randomly changing default route. What it was is there are two places in ip_output.c where we do a goto again. One place was fine, it

Re: svn commit: r249848 - head/sys/netinet

2013-04-24 Thread Alexander V. Chernikov
On 24.04.2013 22:30, Randall Stewart wrote: Author: rrs Date: Wed Apr 24 18:30:32 2013 New Revision: 249848 URL: http://svnweb.freebsd.org/changeset/base/249848 Log: This fixes the issue with the randomly changing default route. What it was is there are two places in ip_output.c where

Re: svn commit: r249848 - head/sys/netinet

2013-04-24 Thread Mark Johnston
On Wed, Apr 24, 2013 at 06:30:32PM +, Randall Stewart wrote: Author: rrs Date: Wed Apr 24 18:30:32 2013 New Revision: 249848 URL: http://svnweb.freebsd.org/changeset/base/249848 Log: This fixes the issue with the randomly changing default route. What it was is there are two places