summaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-07-21 11:39:55 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-07-21 11:40:01 +0200
commite03350e0a437a10fb859a556d5adf23b257da409 (patch)
tree252499d357fcd98ace4f3383a7dc5e00c86a891d /src/Kconfig
parenttools: first additions of userspace integration (diff)
downloadwireguard-linux-compat-e03350e0a437a10fb859a556d5adf23b257da409.tar.xz
wireguard-linux-compat-e03350e0a437a10fb859a556d5adf23b257da409.zip
Kconfig: select IP6_NF_IPTABLES if using IPV6
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 7906f1e..ef127da 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -8,6 +8,7 @@ config WIREGUARD
select NETFILTER_ADVANCED
select NF_CONNTRACK
select CRYPTO_BLKCIPHER
+ select IP6_NF_IPTABLES if IPV6
default y
---help---
WireGuard is a secure, fast, and easy to use replacement for IPSec