CONFIG_NET_IPV6_NBR_CACHE

Neighbor cache

Type: bool

Help

The value depends on your network needs. Neighbor cache should normally be active.

Direct dependencies

NET_IPV6 && !NET_RAW_MODE && NETWORKING

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

Defaults

Symbols that select this symbol

Kconfig definition

At subsys/net/ip/Kconfig.ipv6:90

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91subsys/net/ip/Kconfig:32

Menu path: (top menu) → Networking → IP stack → IPv6

config NET_IPV6_NBR_CACHE
    bool
    prompt "Neighbor cache" if NET_IPV6 && !NET_RAW_MODE && NETWORKING
    default "y" if NET_IPV6 && !NET_RAW_MODE && NETWORKING
    depends on NET_IPV6 && !NET_RAW_MODE && NETWORKING
    help
      The value depends on your network needs. Neighbor cache should
      normally be active.

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