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

Direct dependencies

NET_RPL && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At subsys/net/ip/Kconfig.rpl:20

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91subsys/net/ip/Kconfig:471

Menu path: (top menu) → Networking → IP stack → Enable RPL (Ripple) support

config NET_RPL_PREFIX
    string
    prompt "Network IPv6 prefix" if NET_RPL && NETWORKING
    depends on NET_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.)