From owner-svn-src-all@freebsd.org Sat Dec 5 03:19:36 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D93AB4B36D2; Sat, 5 Dec 2020 03:19:36 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CnvvD5f7Nz4dZ0; Sat, 5 Dec 2020 03:19:36 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id AE69B21058; Sat, 5 Dec 2020 03:19:36 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-lj1-f176.google.com with SMTP id y7so8803722lji.8; Fri, 04 Dec 2020 19:19:36 -0800 (PST) X-Gm-Message-State: AOAM532EiTmILKOslqb22WsbuZU9ionWqqWPMgQpxV+e5ywbhlzIEJ6S eqSs8Wby/MIskXYMZQCjNBjre9qGWeObXoB5Hk4= X-Google-Smtp-Source: ABdhPJzDtDRyYvmcO9b25zv6be4MoGL/q5DaE9mgqNYbRxOQgaiTJyBoj9Ov12bGQSozTVaxVTb45CqH3UfP1MR+0dg= X-Received: by 2002:a2e:9810:: with SMTP id a16mr796842ljj.297.1607138375325; Fri, 04 Dec 2020 19:19:35 -0800 (PST) MIME-Version: 1.0 References: <202011291938.0ATJc4Z3081193@repo.freebsd.org> In-Reply-To: From: Matthew Macy Date: Fri, 4 Dec 2020 19:19:24 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r368163 - in head: sbin/ifconfig sys/dev/if_wg sys/dev/if_wg/include sys/dev/if_wg/include/crypto sys/dev/if_wg/include/sys sys/dev/if_wg/include/zinc sys/dev/if_wg/module sys/dev/if_wg... To: Michael Tuexen Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2020 03:19:36 -0000 Just what I put on the review. I=E2=80=99ll put together a man page the wee= k after next. Sorry for the delay. -M On Mon, Nov 30, 2020 at 10:16 Michael Tuexen wrote: > > > > On 29. Nov 2020, at 20:38, Matt Macy wrote: > > > > Author: mmacy > > Date: Sun Nov 29 19:38:03 2020 > > New Revision: 368163 > > URL: https://svnweb.freebsd.org/changeset/base/368163 > > > > Log: > > Import kernel WireGuard support > > > > Data path largely shared with the OpenBSD implementation by > > Matt Dunwoodie > > > > Reviewed by: grehan@freebsd.org > > MFC after: 1 month > > Sponsored by: Rubicon LLC, (Netgate) > > Differential Revision: https://reviews.freebsd.org/D26137 > > > Is there some documentation available somewhere how to setup a tunnel? > > Best regards > Michael > >