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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 45237C433FE for ; Thu, 23 Sep 2021 16:10:24 +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 7485E61050 for ; Thu, 23 Sep 2021 16:10:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7485E61050 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=zx2c4.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.zx2c4.com Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 0dce0752; Thu, 23 Sep 2021 16:00:38 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id e98daf89 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Thu, 23 Sep 2021 16:00:34 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id D2EFC61019 for ; Thu, 23 Sep 2021 16:00:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="G6NAbQaM" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1632412831; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=McW7JthvzVYHWty/alpNBy+p9TlYOOFfllAjw/ChECE=; b=G6NAbQaMET+G9fYvI8xkHui4QCkIo4XKSZd/G8q7LAKdcMMqXXqn33L27M31P5clpjL/fD XUPgYibZwCSDtGgZKWflyha2gBwVPCM4XoY3InuHkNnu+23ze7eA+3IevwtYMM9TXnXL8u NUsX6dHBeA+0P+S+Ca9F2wZgz+82h8s= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 1acdf8cf (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Thu, 23 Sep 2021 16:00:31 +0000 (UTC) Received: by mail-qk1-f180.google.com with SMTP id c7so23932889qka.2 for ; Thu, 23 Sep 2021 09:00:31 -0700 (PDT) X-Gm-Message-State: AOAM533YBzl6LwzY0iH+z92VojOGSEv50WIh5Zuo3Ft0Xw4ybMDwm8co TmjezblRfzuBF8aK9yGIS7wqHJJ1YkL2P6ITpko= X-Google-Smtp-Source: ABdhPJwVLmvJbE/GXvfwy27eGIMz9cFxsd/2uW4eB1Csv6LCJImCkwHbDVLUz+N6RUpiXPOSWB88vmoR9SGCDqjZp+E= X-Received: by 2002:a25:d442:: with SMTP id m63mr6527668ybf.79.1632412830600; Thu, 23 Sep 2021 09:00:30 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Jason A. Donenfeld" Date: Thu, 23 Sep 2021 10:00:19 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Wireguard massive amount data To: daniel@dumke.me Cc: wireguard Content-Type: text/plain; charset="UTF-8" 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" Sounds likely to be a routing loop? I'm not sure whether NM sets up policy routing to avoid this like wg-quick(8) does. I would hope they do, but it might also be rather lazy and not. Worth looking into, I suppose. In the interim, wg-quick will probably do the right thing.