diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-07-21 11:39:55 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-07-21 11:40:01 +0200 |
commit | e03350e0a437a10fb859a556d5adf23b257da409 (patch) | |
tree | 252499d357fcd98ace4f3383a7dc5e00c86a891d /src | |
parent | db51f00a1d99387458ff2637c8e8f443de745acb (diff) |
Kconfig: select IP6_NF_IPTABLES if using IPV6
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src')
-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 |