On Wed, Sep 11, 2019 at 04:13:07PM +0200, Sabrina Dubroca wrote:
...
> diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig
> index 51bb6018f3bf..e67044527fb7 100644
> --- a/net/xfrm/Kconfig
> +++ b/net/xfrm/Kconfig
> @@ -73,6 +73,16 @@ config XFRM_IPCOMP
>       select CRYPTO
>       select CRYPTO_DEFLATE
>  
> +config XFRM_ESPINTCP
> +     bool "ESP in TCP encapsulation (RFC 8229)"
> +     depends on XFRM && INET_ESP
> +     select STREAM_PARSER
> +     select NET_SOCK_MSG
> +     help
> +       Support for RFC 8229 encapsulation of ESP and IKE over TCP sockets.
> +
> +       If unsure, say N.
> +

One nitpick: This is IPv4 only, so please move this below the ESP
section in net/ipv4/Kconfig and use the naming convention there.
I.e. bool "IP: ESP in TCP encapsulation (RFC 8229)"

Everything else looks very good!

Reply via email to