From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: jason.donenfeld@gmail.com Received: from mail-lf0-f65.google.com (mail-lf0-f65.google.com [209.85.215.65]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id dac8b4d5 for ; Sat, 2 Jul 2016 10:51:26 +0000 (UTC) Received: by mail-lf0-f65.google.com with SMTP id w130so13402078lfd.2 for ; Sat, 02 Jul 2016 03:54:29 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20160702102754.GD12181@lud.polynome.dn42> References: <20160629112423.GC31514@lud.polynome.dn42> <20160702102754.GD12181@lud.polynome.dn42> Date: Sat, 2 Jul 2016 12:54:27 +0200 Message-ID: From: "Jason A. Donenfeld" To: Baptiste Jonglez Content-Type: multipart/alternative; boundary=001a1140d2be5c23520536a4ed30 Cc: wireguard@lists.zx2c4.com Subject: Re: [WireGuard] OpenWRT package for wireguard Reply-To: Jason@zx2c4.com List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --001a1140d2be5c23520536a4ed30 Content-Type: text/plain; charset=UTF-8 On Jul 2, 2016 12:28 PM, "Baptiste Jonglez" wrote: > However, you have to manually select needed kernel symbols in `make > kernel_menuconfig`, which is very annoying. If you want to give it a try, > look for these symbols: > > +CONFIG_IP6_NF_IPTABLES=m > +CONFIG_IPV6=y > +CONFIG_NETFILTER=y > +CONFIG_NETFILTER_ADVANCED=y > +CONFIG_NETFILTER_XTABLES=m > +CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m > +CONFIG_NET_FOU=m > +CONFIG_NET_IP_TUNNEL=m > +CONFIG_NET_UDP_TUNNEL=m On SMP systems, wireguard will benefit from CONFIG_PADATA which is selectable by the parallel crypto engine option in the crypto API menu of menuconfig. --001a1140d2be5c23520536a4ed30 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Jul 2, 2016 12:28 PM, "Baptiste Jonglez" <baptiste@bitsofnetworks.org> wrote: > However, you have to manually select needed kernel symbols in `make > kernel_menuconfig`, which is very annoying.=C2=A0 If you want to give = it a try,
> look for these symbols:
>
> =C2=A0 =C2=A0 +CONFIG_IP6_NF_IPTABLES=3Dm
> =C2=A0 =C2=A0 +CONFIG_IPV6=3Dy
> =C2=A0 =C2=A0 +CONFIG_NETFILTER=3Dy
> =C2=A0 =C2=A0 +CONFIG_NETFILTER_ADVANCED=3Dy
> =C2=A0 =C2=A0 +CONFIG_NETFILTER_XTABLES=3Dm
> =C2=A0 =C2=A0 +CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=3Dm
> =C2=A0 =C2=A0 +CONFIG_NET_FOU=3Dm
> =C2=A0 =C2=A0 +CONFIG_NET_IP_TUNNEL=3Dm
> =C2=A0 =C2=A0 +CONFIG_NET_UDP_TUNNEL=3Dm

On SMP systems, wireguard will benefit from CONFIG_PADATA wh= ich is selectable by the parallel crypto engine option in the crypto API me= nu of menuconfig.

--001a1140d2be5c23520536a4ed30--