From owner-svn-src-all@freebsd.org Fri Aug 17 16:53:45 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B92F6107575E; Fri, 17 Aug 2018 16:53:45 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BABB89C19; Fri, 17 Aug 2018 16:53:45 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from mail-pg1-f176.google.com (mail-pg1-f176.google.com [209.85.215.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: olivier/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 1BCC6828E; Fri, 17 Aug 2018 16:53:45 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: by mail-pg1-f176.google.com with SMTP id k3-v6so3833938pgq.5; Fri, 17 Aug 2018 09:53:45 -0700 (PDT) X-Gm-Message-State: AOUpUlEOK6Y6rhJivYJq6DVu4eB/QAzXVOBfbvlx0DMlOjMGulvgr/Sk bTZpc85LonrjJOjj/q/IJKNlhJvbjdn9W2Pfsrk= X-Google-Smtp-Source: AA+uWPwx6Dlp+dt3LuTKVr8MPJoTdFamD5ngVDXj+U/3tawH1Uc8xRvgl3YKMrURpHnyY2Pi0niiLAyc05kz6ZE9DPg= X-Received: by 2002:a62:45d2:: with SMTP id n79-v6mr37363549pfi.137.1534524823982; Fri, 17 Aug 2018 09:53:43 -0700 (PDT) MIME-Version: 1.0 References: <201808140754.w7E7sEFs018313@repo.freebsd.org> In-Reply-To: From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Fri, 17 Aug 2018 18:53:33 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r337736 - in head/sys: netinet netinet6 To: "Andrey V. Elsukov" Cc: Alan Somers , svn-src-head , svn-src-all , src-committers Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 16:53:45 -0000 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 it.