Kconfig (ffb1e76f4f32d2b8ea4189df0484980370476395) Kconfig (8cb3bf8bff3c47e171f6b66f9ccfc3f1451a11a2)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# IPv6 configuration
4#
5
6# IPv6 as module will cause a CRASH if you try to unload it
7menuconfig IPV6
8 tristate "The IPv6 protocol"

--- 318 unchanged lines hidden (view full) ---

327 tunnels mechanism.
328
329 If unsure, say N.
330
331config IPV6_IOAM6_LWTUNNEL
332 bool "IPv6: IOAM Pre-allocated Trace insertion support"
333 depends on IPV6
334 select LWTUNNEL
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# IPv6 configuration
4#
5
6# IPv6 as module will cause a CRASH if you try to unload it
7menuconfig IPV6
8 tristate "The IPv6 protocol"

--- 318 unchanged lines hidden (view full) ---

327 tunnels mechanism.
328
329 If unsure, say N.
330
331config IPV6_IOAM6_LWTUNNEL
332 bool "IPv6: IOAM Pre-allocated Trace insertion support"
333 depends on IPV6
334 select LWTUNNEL
335 select DST_CACHE
335 help
336 help
336 Support for the inline insertion of IOAM Pre-allocated
337 Trace Header (only on locally generated packets), using
338 the lightweight tunnels mechanism.
337 Support for the insertion of IOAM Pre-allocated Trace
338 Header using the lightweight tunnels mechanism.
339
340 If unsure, say N.
341
342endif # IPV6
339
340 If unsure, say N.
341
342endif # IPV6