:orphan: .. title:: CONFIG_OPENTHREAD_MAX_IP_ADDR_PER_CHILD .. kconfig:: CONFIG_OPENTHREAD_MAX_IP_ADDR_PER_CHILD CONFIG_OPENTHREAD_MAX_IP_ADDR_PER_CHILD ####################################### *The maximum number of IPv6 address registrations per child* Type: ``int`` Direct dependencies =================== \ :kconfig:`OPENTHREAD_FTD ` && \ :kconfig:`NET_L2_OPENTHREAD ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 6 Kconfig definition ================== At ``/net/l2/openthread/Kconfig.thread:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:77`` → ``/net/l2/openthread/Kconfig:62`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 → Thread Network configuration .. code-block:: kconfig config OPENTHREAD_MAX_IP_ADDR_PER_CHILD int "The maximum number of IPv6 address registrations per child" range 4 255 default 6 depends on OPENTHREAD_FTD && NET_L2_OPENTHREAD && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*