-
CONFIG_NET_IF_MAX_IPV4_COUNT
¶
Max number of IPv4 network interfaces in the system
Type: int
Help¶
This tells how many network interfaces there will be in the system that will have IPv4 enabled.
Direct dependencies¶
NET_IPV4
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
NET_VLAN_COUNT
ifNET_VLAN
&&NET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
- 1 if
NET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv4:23
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:34
Menu path: (top menu) → Networking → IP stack → IPv4
config NET_IF_MAX_IPV4_COUNT int prompt "Max number of IPv4 network interfaces in the system" ifNET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
defaultNET_VLAN_COUNT
ifNET_VLAN
&&NET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
default 1 ifNET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
help This tells how many network interfaces there will be in the system that will have IPv4 enabled.
(Definitions include propagated dependencies, including from if’s and menus.)