:orphan: .. title:: NET_IF_MAX_IPV6_COUNT .. option:: CONFIG_NET_IF_MAX_IPV6_COUNT *Max number of IPv6 network interfaces in the system* Type: ``int`` Help ==== This tells how many network interfaces there will be in the system that will have IPv6 enabled. Direct dependencies =================== \ :option:`NET_IPV6 ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`BT_MAX_CONN ` if \ :option:`NET_L2_BT ` - \ :option:`NET_VLAN_COUNT ` if \ :option:`NET_VLAN ` - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig.ipv6:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` → ``subsys/net/ip/Kconfig:115`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → IPv6 .. parsed-literal:: config NET_IF_MAX_IPV6_COUNT int "Max number of IPv6 network interfaces in the system" default \ :option:`BT_MAX_CONN ` if \ :option:`NET_L2_BT ` default \ :option:`NET_VLAN_COUNT ` if \ :option:`NET_VLAN ` default 1 depends on \ :option:`NET_IPV6 ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` help This tells how many network interfaces there will be in the system that will have IPv6 enabled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*