-
CONFIG_NET_IPV6_FRAGMENT
¶
Support IPv6 fragmentation
Type: bool
Help¶
IPv6 fragmentation is disabled by default. This saves memory and should not cause issues normally as we support anyway the minimum length IPv6 packets (1280 bytes). If you enable fragmentation support, please increase amount of RX data buffers so that larger than 1280 byte packets can be received.
Direct dependencies¶
NET_IPV6
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv6:51
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:52
Menu path: (top menu) → Networking → IP stack → IPv6
config NET_IPV6_FRAGMENT bool prompt "Support IPv6 fragmentation" ifNET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
help IPv6 fragmentation is disabled by default. This saves memory and should not cause issues normally as we support anyway the minimum length IPv6 packets (1280 bytes). If you enable fragmentation support, please increase amount of RX data buffers so that larger than 1280 byte packets can be received.
(Definitions include propagated dependencies, including from if’s and menus.)