Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to limit the number of tunnel_changed events #2190

Merged
merged 1 commit into from Jun 22, 2022

Conversation

timwoj
Copy link
Contributor

@timwoj timwoj commented Jun 15, 2022

Fixes #1991

@timwoj timwoj requested a review from JustinAzoff June 15, 2022 20:23
@timwoj timwoj force-pushed the topic/timw/1991-tunnel-swapping branch from c915040 to 579db66 Compare June 15, 2022 20:25
src/NetVar.cc Outdated
@@ -193,6 +193,9 @@ int record_all_packets;

bro_uint_t bits_per_uid;

bro_uint_t tunnel_max_changes_per_connection;
;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where'd that extra semicolon come from?

@timwoj timwoj removed the request for review from JustinAzoff June 21, 2022 20:32
@timwoj timwoj force-pushed the topic/timw/1991-tunnel-swapping branch from 579db66 to a32bba3 Compare June 21, 2022 20:40
@timwoj timwoj force-pushed the topic/timw/1991-tunnel-swapping branch from a32bba3 to a9fd4a6 Compare June 22, 2022 16:39
@timwoj timwoj merged commit 0ae485f into master Jun 22, 2022
@timwoj timwoj deleted the topic/timw/1991-tunnel-swapping branch July 2, 2022 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tunnel_changed event can be raised excessively when all traffic is encapsulated
2 participants