Skip to content

Commit

Permalink
Removed generic event and wrong trace info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Heiuskanen committed Nov 11, 2020
1 parent 0db3486 commit d3170ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Common_Protocols/ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,6 @@ static buffer_t *ipv6_consider_forwarding_multicast_packet(buffer_t *buf, protoc
{
/* Security checks needed here before forwarding */
if (buf->options.ll_security_bypass_rx) {
tr_warn("Drop: unsecured at forwarding layer");
goto no_forward;
}

Expand Down

0 comments on commit d3170ed

Please sign in to comment.