diff options
author | Justin Iurman <justin.iurman@uliege.be> | 2021-10-03 21:45:38 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-04 14:53:35 +0300 |
commit | 8cb3bf8bff3c47e171f6b66f9ccfc3f1451a11a2 (patch) | |
tree | cf89967a547e6bf73ed985118623d476342eb122 /net/ipv6/Kconfig | |
parent | 7b34e449e05e452772d3120e1bb2559d0c8fc5b0 (diff) | |
download | linux-8cb3bf8bff3c47e171f6b66f9ccfc3f1451a11a2.tar.xz |
ipv6: ioam: Add support for the ip6ip6 encapsulation
This patch adds support for the ip6ip6 encapsulation by providing three encap
modes: inline, encap and auto.
Signed-off-by: Justin Iurman <justin.iurman@uliege.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/Kconfig')
-rw-r--r-- | net/ipv6/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index e504204bca92..bf2e5e5fe142 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig @@ -332,10 +332,10 @@ config IPV6_IOAM6_LWTUNNEL bool "IPv6: IOAM Pre-allocated Trace insertion support" depends on IPV6 select LWTUNNEL + select DST_CACHE help - Support for the inline insertion of IOAM Pre-allocated - Trace Header (only on locally generated packets), using - the lightweight tunnels mechanism. + Support for the insertion of IOAM Pre-allocated Trace + Header using the lightweight tunnels mechanism. If unsure, say N. |