Skip to content

Commit

Permalink
Update NA trace
Browse files Browse the repository at this point in the history
Seperate aro registartion for new trace: "Build NA ARO"
  • Loading branch information
Juha Heiskanen committed Apr 27, 2020
1 parent 34cdafe commit 6667b31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/Common_Protocols/icmpv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,11 @@ buffer_t *icmpv6_build_na(protocol_interface_info_entry_t *cur, bool solicited,
buf->info = (buffer_info_t)(B_DIR_DOWN | B_FROM_ICMP | B_TO_ICMP);
buf->interface = cur;

tr_info("Build NA");
if (aro) {
tr_info("Build NA ARO");
} else {
tr_info("Build NA");
}

return (buf);
}
Expand Down

0 comments on commit 6667b31

Please sign in to comment.