net: samples: Fix the echo-server IPv6 address
When running echo-server in the Zephyr device (either a real device or qemu), set the IPv6 address to be 2001:db8::2. The host IPv6 address should be set to 2001:db8::1 in this case. Change-Id: Ia967cecabece4b06a2f5a12b11c68a9de4aeb2af Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
0be446ba5f
commit
9231f41f52
@ -51,7 +51,7 @@
|
||||
|
||||
/* Define my IP address where to expect messages */
|
||||
#if !defined(CONFIG_NET_TESTING)
|
||||
#define MY_IPADDR { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x1 } } }
|
||||
#define MY_IPADDR { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x2 } } }
|
||||
#define MY_PREFIX_LEN 64
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user