Skip to content

Commit

Permalink
Removed trace from place which is normal and not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Heiuskanen committed Nov 11, 2020
1 parent a080f18 commit 0db3486
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 @@ -1273,7 +1273,6 @@ buffer_t *ipv6_forwarding_up(buffer_t *buf)
*/
if (buf->options.ll_security_bypass_rx) {
if (addr_ipv6_scope(buf->dst_sa.address, cur) != IPV6_SCOPE_LINK_LOCAL) {
tr_warn("Drop: unsecured not link local scope packet");
goto drop;
}
}
Expand Down

0 comments on commit 0db3486

Please sign in to comment.