Skip to content

Commit

Permalink
Added trace about prefered timeout for fix CI test
Browse files Browse the repository at this point in the history
Change-Id: I8fccdd0f15805d656ef092445043e014c69027d2
  • Loading branch information
Juha Heiskanen committed Oct 24, 2018
1 parent 4331ea1 commit 3f83bd1
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 3f83bd1

Please sign in to comment.