Skip to content

Commit 42f916b

Browse files
author
Mika Tervonen
authored
fixed BBR stop to remove network data and routing information (ARMmbed#1500)
Publish network data after push
1 parent e058c2a commit 42f916b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/6LoWPAN/Thread/thread_bbr_api.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,9 @@ void thread_bbr_stop(int8_t interface_id)
11131113
return;
11141114
}
11151115
thread_extension_bbr_delete(interface_id);
1116+
thread_bbr_network_data_remove(this);
1117+
thread_bbr_routing_disable(this);
1118+
thread_border_router_publish(interface_id);
11161119
thread_mdns_stop();
11171120
this->backbone_interface_id = -1;
11181121

0 commit comments

Comments
 (0)