forked from OISF/suricata
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer update `Packet::flags` for tracking packet modifications, as thread safety was not guaranteed. Clearly separate between various kinds of `Packet::nfq_v` accesses for: - mark - mark_modified - verdicted These are either done under lock (Packet::persistent.tunnel_lock) or, if the Packet is not part of a tunnel, not under lock. This is safe as in all the related logic the Packet's tunnel state is fixed and can no longer change.
- Loading branch information
1 parent
d2f7e89
commit e5d3fad
Showing
4 changed files
with
77 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters