Skip to content

Commit 85f9a81

Browse files
Added generation of SLAAC address on BBR (#2065)
1 parent 561aefa commit 85f9a81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/6LoWPAN/ws/ws_bbr_api.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ static void ws_bbr_rpl_status_check(protocol_interface_info_entry_t *cur)
362362
if (configuration & BBR_GUA_SLAAC) {
363363
// GUA prefix is using SLAAC so no DHCP started and set correct flags for prefix
364364
t_flags = PIO_A;
365+
icmpv6_slaac_address_add(cur, global_id, 64, 0xffffffff, 0xffffffff, true, SLAAC_IID_FIXED);
365366
} else {
366367
ws_bbr_dhcp_server_start(cur, global_id);
367368
}

0 commit comments

Comments
 (0)