Re: [PATCH net-next v6 23/23] net: WireGuard secure network tunnel
From: Jason A. Donenfeld
Date: Wed Oct 03 2018 - 10:12:21 EST
Hi Ard,
On Wed, Oct 3, 2018 at 1:15 PM Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> wrote:
> > +config WIREGUARD
> > + tristate "WireGuard secure network tunnel"
> > + depends on NET && INET
>
> I think you need to add IPV6 here
Nope. Like much of the net tree, WireGuard can function on ipv6-less
kernels. If you do find something in WireGuard isn't working in a
v6-less configuration, I consider that to be a bug that needs fixing.
Jason