Skip to content

Commit

Permalink
Merge pull request ARMmbed#1876 from ARMmbed/thread_dhcpv6_server_tra…
Browse files Browse the repository at this point in the history
…ce_fix

Added trace about prefered timeout for fix CI test
  • Loading branch information
Juha Heiskanen authored Oct 24, 2018
2 parents 4331ea1 + 3f83bd1 commit fd6c1c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/6LoWPAN/Thread/thread_dhcpv6_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ static void thread_dhcp_address_prefer_remove_cb(int8_t interfaceId, uint8_t *ta
//Clear All targets routes
ipv6_route_table_remove_info(interfaceId, ROUTE_THREAD_PROXIED_HOST,prefix_info);
} else {
tr_debug("Address Preferred Timeout");
ipv6_route_delete(targetAddress, 128, interfaceId, NULL, ROUTE_THREAD_PROXIED_HOST);
thread_service_remove_GUA_from_neighcache(curPtr, targetAddress);

Expand Down

0 comments on commit fd6c1c8

Please sign in to comment.