CONFIG_NET_L2_IPIP_TUNNEL_COUNT
Max number of IPIP tunnels
Type: int
Help
Tells how many IPIP tunnels are supported.
Direct dependencies
NET_L2_IPIP
&& NET_L2_VIRTUAL
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Default
1
Kconfig definition
At <Zephyr>/subsys/net/l2/virtual/ipip/Kconfig:17
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:81
→ <Zephyr>/subsys/net/l2/Kconfig:69
→ <Zephyr>/subsys/net/l2/virtual/Kconfig:35
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable virtual L2 support → Enable IP-to-IP tunneling support
config NET_L2_IPIP_TUNNEL_COUNT
int "Max number of IPIP tunnels"
default 1
depends on NET_L2_IPIP && NET_L2_VIRTUAL && NETWORKING
help
Tells how many IPIP tunnels are supported.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)