mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
GH-2684: Stop violating VXLAN for forwarding failures
This commit is contained in:
parent
a82f743bcc
commit
e61c3a95ad
4 changed files with 22 additions and 2 deletions
|
@ -58,8 +58,6 @@ bool VXLAN_Analyzer::AnalyzePacket(size_t len, const uint8_t* data, Packet* pack
|
|||
ec->ip_hdr->ToPktHdrVal(), val_mgr->Count(vni));
|
||||
}
|
||||
}
|
||||
else
|
||||
AnalyzerViolation("VXLAN invalid inner packet", packet->session);
|
||||
|
||||
return fwd_ret_val;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue