Skip to content

Commit 609086d

Browse files
author
Juha Heiskanen
committed
Do not add ack callback for multicast NS.
Change-Id: Ife46529e7f15597604ded7c841736091882a7581
1 parent be18109 commit 609086d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Common_Protocols/icmpv6.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ buffer_t *icmpv6_build_ns(protocol_interface_info_entry_t *cur, const uint8_t ta
14321432
buf->ack_receive_cb = rpl_control_address_register_done;
14331433
}
14341434
}
1435-
if (!aro && cur->ipv6_neighbour_cache.omit_na) {
1435+
if (unicast && (!aro && cur->ipv6_neighbour_cache.omit_na)) {
14361436
/*MAC ACK is processed as success response*/
14371437
buf->ack_receive_cb = ack_receive_cb;
14381438
}

0 commit comments

Comments
 (0)