Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[linux-2.6-microblaze.git] / net / ipv6 / Kconfig
index 5a6111d..4f03aec 100644 (file)
@@ -88,6 +88,18 @@ config INET6_ESP_OFFLOAD
 
          If unsure, say N.
 
+config INET6_ESPINTCP
+       bool "IPv6: ESP in TCP encapsulation (RFC 8229)"
+       depends on XFRM && INET6_ESP
+       select STREAM_PARSER
+       select NET_SOCK_MSG
+       select XFRM_ESPINTCP
+       help
+         Support for RFC 8229 encapsulation of ESP and IKE over
+         TCP/IPv6 sockets.
+
+         If unsure, say N.
+
 config INET6_IPCOMP
        tristate "IPv6: IPComp transformation"
        select INET6_XFRM_TUNNEL