-
CONFIG_NET_RPL_PREFIX
¶
Network IPv6 prefix
Type: string
Help¶
What is the DAG id (prefix) of the RPL network. This is only used if you are creating a root node. You should specify here the full IPv6 address as that is used as a root node address. Example: 2001:db8::1/64
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At subsys/net/ip/Kconfig.rpl:20
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_PREFIX string prompt "Network IPv6 prefix" ifNET_RPL
&&NETWORKING
depends onNET_RPL
&&NETWORKING
help What is the DAG id (prefix) of the RPL network. This is only used if you are creating a root node. You should specify here the full IPv6 address as that is used as a root node address. Example: 2001:db8::1/64
(Definitions include propagated dependencies, including from if’s and menus.)