:orphan: .. title:: OPENTHREAD_L2_DEBUG_DUMP_IPV6 .. option:: CONFIG_OPENTHREAD_L2_DEBUG_DUMP_IPV6 *Dump IPv6 packets* Type: ``bool`` Help ==== This option enables dumping of IPv6 packets Direct dependencies =================== \ :option:`OPENTHREAD_L2_DEBUG ` && \ :option:`NET_L2_OPENTHREAD ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/l2/openthread/Kconfig:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:22`` → ``subsys/net/Kconfig:78`` → ``subsys/net/l2/Kconfig:75`` Menu path: (Top) → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 → OpenThread L2 log support .. parsed-literal:: config OPENTHREAD_L2_DEBUG_DUMP_IPV6 bool "Dump IPv6 packets" depends on \ :option:`OPENTHREAD_L2_DEBUG ` && \ :option:`NET_L2_OPENTHREAD ` && \ :option:`NETWORKING ` help This option enables dumping of IPv6 packets *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*