Re: svn commit: r337736 - in head/sys: netinet netinet6

2018-08-17 Thread Alan Somers
On Fri, Aug 17, 2018 at 10:53 AM, Olivier Cochard-Labbé wrote: > On Fri, Aug 17, 2018 at 3:33 PM Andrey V. Elsukov > wrote: > >> >> I think it is because IPv4 tests use broadcast addresses in some places. >> The attached patch fixes the test for me. >> >> > I confirm it was a typo from me, and I

Re: svn commit: r337736 - in head/sys: netinet netinet6

2018-08-17 Thread Olivier Cochard-Labbé
On Fri, Aug 17, 2018 at 3:33 PM Andrey V. Elsukov wrote: > > I think it is because IPv4 tests use broadcast addresses in some places. > The attached patch fixes the test for me. > > I confirm it was a typo from me, and I never intend to badly use these broadcast addresses. The patch correctly fix

Re: svn commit: r337736 - in head/sys: netinet netinet6

2018-08-17 Thread Alan Somers
On Fri, Aug 17, 2018 at 7:31 AM, Andrey V. Elsukov wrote: > On 16.08.2018 21:34, Alan Somers wrote: > > On Tue, Aug 14, 2018 at 1:54 AM, Andrey V. Elsukov > > wrote: > > > > Author: ae > > Date: Tue Aug 14 07:54:14 2018 > > New Revision: 337736 > > URL: h

Re: svn commit: r337736 - in head/sys: netinet netinet6

2018-08-17 Thread Andrey V. Elsukov
On 16.08.2018 21:34, Alan Somers wrote: > On Tue, Aug 14, 2018 at 1:54 AM, Andrey V. Elsukov > wrote: > > Author: ae > Date: Tue Aug 14 07:54:14 2018 > New Revision: 337736 > URL: https://svnweb.freebsd.org/changeset/base/337736 >

Re: svn commit: r337736 - in head/sys: netinet netinet6

2018-08-16 Thread Alan Somers
On Tue, Aug 14, 2018 at 1:54 AM, Andrey V. Elsukov wrote: > Author: ae > Date: Tue Aug 14 07:54:14 2018 > New Revision: 337736 > URL: https://svnweb.freebsd.org/changeset/base/337736 > > Log: > Restore ability to send ICMP and ICMPv6 redirects. > > It was lost when tryforward appeared. Now ip

svn commit: r337736 - in head/sys: netinet netinet6

2018-08-14 Thread Andrey V. Elsukov
Author: ae Date: Tue Aug 14 07:54:14 2018 New Revision: 337736 URL: https://svnweb.freebsd.org/changeset/base/337736 Log: Restore ability to send ICMP and ICMPv6 redirects. It was lost when tryforward appeared. Now ip[6]_tryforward will be enabled only when sending redirects for correspon