Skip to content

Commit

Permalink
Enabled Multicast NS to trig NA for wi-sun.
Browse files Browse the repository at this point in the history
Change-Id: I856d073e3e0a2d7593d3c021ada2c751a7ff6acb
  • Loading branch information
Juha Heiskanen committed Apr 11, 2019
1 parent 609086d commit 7d88d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Common_Protocols/icmpv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ buffer_t *icmpv6_build_na(protocol_interface_info_entry_t *cur, bool solicited,
return NULL;
}
/* All other than ARO NA messages are omitted and MAC ACK is considered as success */
if (!aro && cur->ipv6_neighbour_cache.omit_na) {
if (!tllao_required && (!aro && cur->ipv6_neighbour_cache.omit_na)) {
return NULL;
}

Expand Down

0 comments on commit 7d88d7f

Please sign in to comment.