mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/1991-tunnel-swapping'
* origin/topic/timw/1991-tunnel-swapping:
GH-1991: Add option to limit the number of tunnel_changed events
(cherry picked from commit 0ae485f715
)
This commit is contained in:
parent
2f4c066199
commit
acfbb919fb
5 changed files with 21 additions and 1 deletions
|
@ -265,6 +265,7 @@ private:
|
|||
int suppress_event; // suppress certain events to once per conn.
|
||||
RecordValPtr conn_val;
|
||||
std::shared_ptr<EncapsulationStack> encapsulation; // tunnels
|
||||
uint8_t tunnel_changes = 0;
|
||||
|
||||
detail::ConnKey key;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue