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 ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At <Zephyr Subsystem>/net/lib/config/Kconfig:81
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:89 → <Zephyr Subsystem>/net/lib/Kconfig:28
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → Set network settings for applications
config NET_CONFIG_PEER_IPV6_ADDR
    string "Peer IPv6 address"
    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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)