On Tue, Jul 4, 2017 at 7:26 PM, Roy Marples <r...@marples.name> wrote: > On 04/07/2017 09:04, Ryota Ozaki wrote: >> On Tue, Jul 4, 2017 at 1:43 AM, Roy Marples <r...@netbsd.org> wrote: >>> Module Name: src >>> Committed By: roy >>> Date: Mon Jul 3 16:43:01 UTC 2017 >>> >>> Modified Files: >>> src/sys/netinet: ip_output.c >>> >>> Log Message: >>> When outputting, search for the sending address on the sending interface >>> rather than blindly picking the first matcing address from any interface >>> when testing source address validity. >>> >>> This allows another interface to have the same address, but be detached. >> >> http://releng.netbsd.org/b5reports/i386/commits-2017.07.html#2017.07.03.16.43.01 >> >> The commit causes many test failures. > > Should be fixed in r1.282 > Sorry about that.
NP. Confirmed that the tests pass again. Thanks, ozaki-r