Skip to content

Commit

Permalink
Added generation of SLAAC address on BBR (ARMmbed#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakvenugopal authored Apr 17, 2019
1 parent 561aefa commit 85f9a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/6LoWPAN/ws/ws_bbr_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ static void ws_bbr_rpl_status_check(protocol_interface_info_entry_t *cur)
if (configuration & BBR_GUA_SLAAC) {
// GUA prefix is using SLAAC so no DHCP started and set correct flags for prefix
t_flags = PIO_A;
icmpv6_slaac_address_add(cur, global_id, 64, 0xffffffff, 0xffffffff, true, SLAAC_IID_FIXED);
} else {
ws_bbr_dhcp_server_start(cur, global_id);
}
Expand Down

0 comments on commit 85f9a81

Please sign in to comment.