diff options
| author | 2016-07-21 11:39:55 +0200 | |
|---|---|---|
| committer | 2016-07-21 11:40:01 +0200 | |
| commit | 9782260da90065b7645e5854ee538543c834b246 (patch) | |
| tree | 02930b159e516820ca2c5940f6324fd943d66898 | |
| parent | tools: rename kernel to ipc (diff) | |
| download | WireGuard-9782260da90065b7645e5854ee538543c834b246.tar.xz WireGuard-9782260da90065b7645e5854ee538543c834b246.zip | |
Kconfig: select IP6_NF_IPTABLES if using IPV6
| -rw-r--r-- | src/Kconfig | 1 |
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 |
