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=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 544BAC433E0 for ; Tue, 28 Jul 2020 12:17:54 +0000 (UTC) Received: from krantz.zx2c4.com (krantz.zx2c4.com [192.95.5.69]) (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 A5535206D8 for ; Tue, 28 Jul 2020 12:17:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A5535206D8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=fud.no Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=wireguard-bounces@lists.zx2c4.com Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 62d8039f; Tue, 28 Jul 2020 11:53:59 +0000 (UTC) Received: from mail.fud.no (mail.fud.no [2a02:c0:2f0:de01:f816:3eff:fede:dc6a]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id b6235819 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 28 Jul 2020 11:53:57 +0000 (UTC) Received: from [2a02:c0:2:7::1] (port=50962 helo=sloth.fud.no) by mail.fud.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0OXq-00064a-0t; Tue, 28 Jul 2020 14:17:22 +0200 Message-ID: <6c4eba00ca984fc4ff52c1f773ea10d2d0c9123e.camel@fud.no> Subject: Re: [PATCH] Adding support for reloading configuration via systemd From: Tore Anderson To: "Jason A. Donenfeld" Cc: "Tomcsanyi, Domonkos" , WireGuard mailing list Date: Tue, 28 Jul 2020 14:17:21 +0200 In-Reply-To: References: <865B9BD5-A256-43F8-9922-A6DE7680C216@tomcsanyi.net> <84986996953761e9d645b7ef583d3ffca689dfc5.camel@fud.no> <27652e0971672a8fab30f59ff053cf65feaa711f.camel@fud.no> <48a85c212bffaf7004c4934b1da5c4b02674a54c.camel@fud.no> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.4 (3.36.4-1.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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" * Jason A. Donenfeld > By the way, I just made this change: > https://git.zx2c4.com/wireguard-tools/commit/?id=37ed947239f4b3ef161c85428d9267eb23a69d69 > I had assumed it was syncconf all along, until I checked. That makes > sense; Luis added `strip` before I added `syncconf`. That is useful, thank you. However, I believe this change invalidates the «note that the above command will add and update peers but will not remove peers» caveat. Tore