CONFIG_NET_L2_IPIP_TXRX_DEBUG
Debug received and sent packets
Type: bool
Help
Enables printing of received and sent network packets.
This can produce lot of output so it is disabled by default.
Direct dependencies
NET_L2_IPIP_LOG_LEVEL_DBG
&& NET_L2_IPIP
&& NET_L2_VIRTUAL
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/subsys/net/l2/virtual/ipip/Kconfig:29
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_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.)