This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Description
Description
This is a regression issue which is caused by zephyr update. When running IPv6 Server(UDP, TCP, WS and OCF), IPv6 address '2001:db8::1' is unreachable and the corresponding client can't connect to its server.
Test Code
TCPEchoServ6.js
UDPEchoServ6.js
OcfServer.js
OcfSensorServer.js
OcfMultiSensor.js
Steps to Reproduction
make BOARD=frdm_k64f JS=samples/TCPEchoServ6.js
cp outdir/frdm_k64f/zephyr/zephyr.bin /media/<username>/MBED/
- add route and address on PC
ip -6 route add 2001:db8::/64 dev eno1
ip addr add 2001:db8::2 dev eno1
echo "hello" | nc -6 2001:db8::1 4242
Actual Result
Connection cannot be established.

ping6 2001:db8::1 is unreachable.

Expected Result
Connection can be set up, and server side can receive data "hello".
Test Builds
| Branch |
Commit Id |
Target Device |
Test Date |
Result |
| master |
4324cf2 - ede4509 |
FRDM-K64F |
Feb 09, 2018 |
Fail |
| master |
ebd7364 |
FRDM-K64F |
Feb 09, 2018 |
Pass |
Additional Information
This issue is caused by commit 4324cf2.