From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: barhom@netsat.se Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id dc5d2724 for ; Wed, 21 Jun 2017 23:52:42 +0000 (UTC) Received: from mail-wr0-f182.google.com (mail-wr0-f182.google.com [209.85.128.182]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id c5f53d8c for ; Wed, 21 Jun 2017 23:52:42 +0000 (UTC) Received: by mail-wr0-f182.google.com with SMTP id r103so1263864wrb.0 for ; Wed, 21 Jun 2017 17:08:31 -0700 (PDT) MIME-Version: 1.0 From: Ibrahim Tachijian Date: Thu, 22 Jun 2017 00:08:19 +0000 Message-ID: Subject: wg setconf - does it reinitialize ? To: WireGuard mailing list Content-Type: multipart/alternative; boundary="94eb2c1b53b6db447a0552814839" List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --94eb2c1b53b6db447a0552814839 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hey, Imagine you have a WG instance between two peers working fine. When I run "wg setconf wg0 myconf" (myconf was not changed and is identical to what was running) then current connections break and PING does not transverse until some time (seconds up to a min?). Probably until the next handshake. Is there a way to run setconf without reinitializing all the peers? Basically, look for changes and only those changes. Thanks, --=20 *Ibrahim Tachijian* CEO Net Sat AB Mobile: +46723321377 barhom@netsat.se _________________________ *Net Sat ABC/O Jayway AB*Klara =C3=96stra Kyrkogata 2B, 1TR, 111 52 Stockho= lm, Sweden Office: +46 (0)8 408 394 53 --94eb2c1b53b6db447a0552814839 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hey,

Imagine you have a WG instance bet= ween two peers working fine.

When I run "wg s= etconf wg0 myconf" (myconf was not changed and is identical to what wa= s running) then current connections break and PING does not transverse unti= l some time (seconds up to a min?). Probably until the next handshake.

Is there a way to run setconf without reinitializing a= ll the peers? Basically, look for changes and only those changes.

Thanks,
--
Ibrahim Tachijian

CEO Net Sat AB
Mobile: +46723321377
barhom@netsat.se

____________________= _____
Net Sat AB
C/O Jayway AB
Klara =C3=96stra Kyrkogata 2B, 1T= R, 111 52 Stockholm, Sweden
Office: +46 (0)8 408 394 53

--94eb2c1b53b6db447a0552814839-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 886790d2 for ; Thu, 22 Jun 2017 00:00:43 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id ff9232c5 for ; Thu, 22 Jun 2017 00:00:43 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id f963fbd7 for ; Thu, 22 Jun 2017 00:14:17 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 93c5d5d3 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Thu, 22 Jun 2017 00:14:17 +0000 (UTC) Received: by mail-oi0-f42.google.com with SMTP id p66so630425oia.0 for ; Wed, 21 Jun 2017 17:16:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: "Jason A. Donenfeld" Date: Thu, 22 Jun 2017 02:16:31 +0200 Message-ID: Subject: Re: wg setconf - does it reinitialize ? To: Ibrahim Tachijian Content-Type: text/plain; charset="UTF-8" Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Try `wg addconf`.