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 d40aaf45 for ; Mon, 23 Jul 2018 16:14:04 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 412b7847 for ; Mon, 23 Jul 2018 16:14:04 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id da4d6cbc for ; Mon, 23 Jul 2018 16:12:50 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id da354d45 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Mon, 23 Jul 2018 16:12:48 +0000 (UTC) Received: by mail-oi0-f52.google.com with SMTP id n21-v6so2190350oig.3 for ; Mon, 23 Jul 2018 09:23:06 -0700 (PDT) MIME-Version: 1.0 References: <0f15823a-d527-f281-1d4b-735d227e3844@gmail.com> <3c167a80-6459-7c0e-8935-a98e226fa023@gmail.com> <4de6eec9-9239-5e4e-60c1-e287b3be336a@gmail.com> In-Reply-To: From: "Jason A. Donenfeld" Date: Mon, 23 Jul 2018 18:22:54 +0200 Message-ID: Subject: Re: wireguardnl: Go package for interacting with WireGuard via generic netlink To: mdlayher@gmail.com 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: , On Mon, Jul 23, 2018 at 5:59 PM Matt Layher wrote: > > An update for those on the list, I've implemented Jason's requested name > change and the API is now set up to allow seamless kernel and userspace > implementations via https://godoc.org/github.com/mdlayher/wireguardctrl. > > I will explicitly encourage callers to use this interface rather than > the "wireguardnl" package, unless we do end up with useful > netlink-specific functionality like the situation I described previously. > > I'll keep working on this for now and report back when I have a working > userspace implementation. Should be quite straightforward compared to > dealing with netlink! :) Wonderful! Thanks Matt!