CONFIG_NET_CONFIG_PEER_IPV6_ADDR

Peer IPv6 address

Type: string

Help

This is only applicable in client side applications that try to establish a connection to peer host. Use 2001:db8::2 here if uncertain.

Direct dependencies

NET_IPV6 && NET_CONFIG_SETTINGS && NETWORKING

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

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At subsys/net/lib/config/Kconfig:84

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:27

Menu path: (top menu) → Networking → Network Libraries → Set network settings for applications

config NET_CONFIG_PEER_IPV6_ADDR
    string
    prompt "Peer IPv6 address" if NET_IPV6 && NET_CONFIG_SETTINGS && NETWORKING
    depends on NET_IPV6 && NET_CONFIG_SETTINGS && NETWORKING
    help
      This is only applicable in client side applications that try
      to establish a connection to peer host.
      Use 2001:db8::2 here if uncertain.

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