:orphan: .. title:: CONFIG_NET_L2_IPIP_TUNNEL_COUNT .. kconfig:: CONFIG_NET_L2_IPIP_TUNNEL_COUNT CONFIG_NET_L2_IPIP_TUNNEL_COUNT ############################### *Max number of IPIP tunnels* Type: ``int`` Help ==== .. code-block:: none Tells how many IPIP tunnels are supported. Direct dependencies =================== \ :kconfig:`NET_L2_IPIP ` && \ :kconfig:`NET_L2_VIRTUAL ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/net/l2/virtual/ipip/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:69`` → ``/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 .. code-block:: kconfig 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.)*