Skip to content

Commit 6667b31

Browse files
author
Juha Heiskanen
committed
Update NA trace
Seperate aro registartion for new trace: "Build NA ARO"
1 parent 34cdafe commit 6667b31

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/Common_Protocols/icmpv6.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,11 @@ buffer_t *icmpv6_build_na(protocol_interface_info_entry_t *cur, bool solicited,
17141714
buf->info = (buffer_info_t)(B_DIR_DOWN | B_FROM_ICMP | B_TO_ICMP);
17151715
buf->interface = cur;
17161716

1717-
tr_info("Build NA");
1717+
if (aro) {
1718+
tr_info("Build NA ARO");
1719+
} else {
1720+
tr_info("Build NA");
1721+
}
17181722

17191723
return (buf);
17201724
}

0 commit comments

Comments
 (0)