mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 06:22:53 +00:00
This patch adds the overlay when the echo-server is running on Linux and echo-client is running on Qemu. Fix: #14654 Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
7 lines
282 B
Plaintext
7 lines
282 B
Plaintext
# Include this overlay when the echo-server is running on Linux and
|
|
# echo-client is running on Qemu.
|
|
CONFIG_NET_CONFIG_MY_IPV6_ADDR="2001:db8::1"
|
|
CONFIG_NET_CONFIG_PEER_IPV6_ADDR="2001:db8::2"
|
|
CONFIG_NET_CONFIG_MY_IPV4_ADDR="192.0.2.1"
|
|
CONFIG_NET_CONFIG_PEER_IPV4_ADDR="192.0.2.2"
|