From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: mail@danrl.com Received: from mx.sealand.io (mx.sealand.io [193.160.39.68]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 7caf1f3c for ; Wed, 16 Nov 2016 16:55:53 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) From: =?utf-8?Q?Dan_L=C3=BCdtke?= In-Reply-To: Date: Wed, 16 Nov 2016 18:01:09 +0100 Message-Id: <04D9C861-C98A-4886-94F3-74695E8FE029@danrl.com> References: <55998A34-BCEC-4693-ABC4-48AC108F7A64@danrl.com> <39B38656-DD06-43E8-BC20-BAF5BC622EBA@danrl.com> <20161116081527.GB14469@tuxmachine.polynome.dn42> To: "Jason A. Donenfeld" Cc: WireGuard mailing list Subject: Re: [WireGuard] Wireguard in OpenWRT/LEDE: FYI: Pull Request List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > On 16 Nov 2016, at 17:56, Jason A. Donenfeld wrote: >=20 > config wireguard_foo >=20 > --> >=20 > config wireguard_peer1 Unfortunately, not. All peers for iface 'foo' will be named = wireguard_foo. UCI sections are iterable if they have the same name. wireguard_peer1 could belong to any wg interface. We would need a = further option to relate it to the corresponding interface. It would be = more complicated.=