Kconfig (5db5b395150186d4a177ebfa563894af302ab3ad) Kconfig (46738b1317e169b281ad74690276916e24d1be6d)
1#
2# IPv6 configuration
3#
4
5# IPv6 as module will cause a CRASH if you try to unload it
6menuconfig IPV6
7 tristate "The IPv6 protocol"
8 default y

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

284
285config IPV6_PIMSM_V2
286 bool "IPv6: PIM-SM version 2 support"
287 depends on IPV6_MROUTE
288 ---help---
289 Support for IPv6 PIM multicast routing protocol PIM-SMv2.
290 If unsure, say N.
291
1#
2# IPv6 configuration
3#
4
5# IPv6 as module will cause a CRASH if you try to unload it
6menuconfig IPV6
7 tristate "The IPv6 protocol"
8 default y

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

284
285config IPV6_PIMSM_V2
286 bool "IPv6: PIM-SM version 2 support"
287 depends on IPV6_MROUTE
288 ---help---
289 Support for IPv6 PIM multicast routing protocol PIM-SMv2.
290 If unsure, say N.
291
292config IPV6_SEG6_LWTUNNEL
293 bool "IPv6: Segment Routing Header encapsulation support"
294 depends on IPV6
295 select LWTUNNEL
296 ---help---
297 Support for encapsulation of packets within an outer IPv6
298 header and a Segment Routing Header using the lightweight
299 tunnels mechanism.
300
301 If unsure, say N.
302
292config IPV6_SEG6_INLINE
293 bool "IPv6: direct Segment Routing Header insertion "
303config IPV6_SEG6_INLINE
304 bool "IPv6: direct Segment Routing Header insertion "
294 depends on IPV6
305 depends on IPV6_SEG6_LWTUNNEL
295 ---help---
296 Support for direct insertion of the Segment Routing Header,
297 also known as inline mode. Be aware that direct insertion of
298 extension headers (as opposed to encapsulation) may break
299 multiple mechanisms such as PMTUD or IPSec AH. Use this feature
300 only if you know exactly what you are doing.
301
302 If unsure, say N.

--- 14 unchanged lines hidden ---
306 ---help---
307 Support for direct insertion of the Segment Routing Header,
308 also known as inline mode. Be aware that direct insertion of
309 extension headers (as opposed to encapsulation) may break
310 multiple mechanisms such as PMTUD or IPSec AH. Use this feature
311 only if you know exactly what you are doing.
312
313 If unsure, say N.

--- 14 unchanged lines hidden ---