From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B679EC433B4 for ; Mon, 19 Apr 2021 19:44:36 +0000 (UTC) Received: from lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5A7BE611EE for ; Mon, 19 Apr 2021 19:44:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5A7BE611EE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=stha.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=wireguard-bounces@lists.zx2c4.com Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id bee419f7; Mon, 19 Apr 2021 19:42:12 +0000 (UTC) Received: from deponia.stha.de (deponia.stha.de [2001:8d8:1801:133::1]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 75f29005 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Mon, 19 Apr 2021 19:42:05 +0000 (UTC) Received: from mail.stha.de (mail.stha.de [IPv6:2a03:4000:24:7d0:100::15]) by deponia.stha.de (Postfix) with ESMTPS id 8E790112426; Mon, 19 Apr 2021 19:42:05 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: stefan) by mail.stha.de (Postfix) with ESMTPSA id 1564B18A3B3; Mon, 19 Apr 2021 19:41:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=stha.de; s=20200509; t=1618861293; bh=ZMknIrLgBtOluX1qnwFrKShstTKO0JNLzhHVqbeMJfI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vYCpxQe/DtPl2nl/BX6f5eIjhO4MkX/AngCW1fZhE/uzalAcSjAn4Qlptm5ayTfq+ lw0H6rcf66LQGXk0urnjQIo/cLwaoQoOoA5nU+dL2tKTspoavo0gO/FC4D4QDv6OdV 79cJnzbMzjXsVFtUY+pm9QZJ0sucauy8aso7h0CNfnIuWD9w3VgtA1SSv1bK3IaCjo IvKIsH1efaBOjJJsWEjdiuWDNaub3V70Cs80XtyA+W1HMlGlln0SN1/av4DUosoYM6 PJruxF95mZiQe/gpXQuuDBNUCoZztw7ut7bZ3nEiJNBQPdtS2Bl3hOoufb3UnKapMB Ew/dh+OR5XvQg== Date: Mon, 19 Apr 2021 21:41:31 +0200 From: Stefan Haller To: Toke =?iso-8859-1?Q?H=F8iland-J=F8rgensen?= Cc: "Jason A. Donenfeld" , WireGuard mailing list Subject: Re: FreeBSD if_wg POINTTOPOINT and MULTICAST behaviour Message-ID: References: <87371254-15f1-494b-8740-38071d7f7d68@stha.de> <874kg8ldjn.fsf@toke.dk> <7be52421-db0d-4971-99b0-ce76307d1a33@stha.de> <87sg3rigdx.fsf@toke.dk> <15c3483d-546b-4c86-aca7-9ab37945791e@stha.de> <87a6pyinbh.fsf@toke.dk> <87fszmgmhh.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87fszmgmhh.fsf@toke.dk> X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" On Mon, Apr 19, 2021 at 08:25:46PM +0200, Toke Høiland-Jørgensen wrote: > Stefan, any chance you could test this patch to Bird (*instead of* the > previous one that removes the check from the Babel code)? The patch is working on FreeBSD 13.0. Kind regards, Stefan