The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NET_STATISTICS_IPV6

IPv6 statistics

Type: bool

Help

Keep track of IPv6 related statistics

Direct dependencies

NET_IPV6 && NET_STATISTICS && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/ip/Kconfig.stats:49

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/net/ip/Kconfig:577

Menu path: (top menu) → Networking → IP stack → Network statistics

config NET_STATISTICS_IPV6
    bool
    prompt "IPv6 statistics" if NET_IPV6 && NET_STATISTICS && NETWORKING
    default "y" if NET_IPV6 && NET_STATISTICS && NETWORKING
    depends on NET_IPV6 && NET_STATISTICS && NETWORKING
    help
      Keep track of IPv6 related statistics

(Definitions include propagated dependencies, including from if’s and menus.)