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 Subsystem>/net/l2/virtual/ipip/Kconfig:17
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:85 → <Zephyr Subsystem>/net/l2/Kconfig:69 → <Zephyr Subsystem>/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.)