-
CONFIG_NET_RPL_INSERT_HBH_OPTION
¶
Add RPL Hop-by-hop ext header to sent UDP packets
Type: bool
Help¶
This option control the insertion of the RPL Hop-by-Hop extension header into UDP packets originating from this node.
Direct dependencies¶
NET_RPL
&& NET_RPL
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
NET_RPL
&&NET_RPL
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.rpl:248
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:471
Menu path: (top menu) → Networking → IP stack → Enable RPL (Ripple) support
config NET_RPL_INSERT_HBH_OPTION bool prompt "Add RPL Hop-by-hop ext header to sent UDP packets" ifNET_RPL
&&NET_RPL
&&NETWORKING
default "y" ifNET_RPL
&&NET_RPL
&&NETWORKING
depends onNET_RPL
&&NET_RPL
&&NETWORKING
help This option control the insertion of the RPL Hop-by-Hop extension header into UDP packets originating from this node.
(Definitions include propagated dependencies, including from if’s and menus.)