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

[k64f] IPv6 address '2001:db8::1' is unreachable #1842

Closed
@qiaojingx

Description

@qiaojingx

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

  1. make BOARD=frdm_k64f JS=samples/TCPEchoServ6.js
  2. cp outdir/frdm_k64f/zephyr/zephyr.bin /media/<username>/MBED/
  3. add route and address on PC
ip -6 route add 2001:db8::/64 dev eno1
ip addr add 2001:db8::2 dev eno1
  1. echo "hello" | nc -6 2001:db8::1 4242

Actual Result

Connection cannot be established.
screenshot from 2018-05-18 16-59-25

ping6 2001:db8::1 is unreachable.
screenshot from 2018-05-18 16-58-27

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions