:orphan: .. title:: CONFIG_NET_L2_IPIP_TXRX_DEBUG .. kconfig:: CONFIG_NET_L2_IPIP_TXRX_DEBUG CONFIG_NET_L2_IPIP_TXRX_DEBUG ############################# *Debug received and sent packets* Type: ``bool`` Help ==== .. code-block:: none Enables printing of received and sent network packets. This can produce lot of output so it is disabled by default. Direct dependencies =================== \ :kconfig:`NET_L2_IPIP_LOG_LEVEL_DBG ` && \ :kconfig:`NET_L2_IPIP ` && \ :kconfig:`NET_L2_VIRTUAL ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/l2/virtual/ipip/Kconfig:29`` 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_TXRX_DEBUG bool "Debug received and sent packets" depends on NET_L2_IPIP_LOG_LEVEL_DBG && NET_L2_IPIP && NET_L2_VIRTUAL && NETWORKING help Enables printing of received and sent network packets. This can produce lot of output so it is disabled by default. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*