aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit9782260da90065b7645e5854ee538543c834b246 (patch)
tree02930b159e516820ca2c5940f6324fd943d66898
parenttools: rename kernel to ipc (diff)
downloadwireguard-monolithic-historical-9782260da90065b7645e5854ee538543c834b246.tar.xz
wireguard-monolithic-historical-9782260da90065b7645e5854ee538543c834b246.zip
Kconfig: select IP6_NF_IPTABLES if using IPV6experimental-0.0.20160721
-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