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:
Tim Wojtulewicz 2022-06-22 09:40:05 -07:00
parent 2f4c066199
commit acfbb919fb
5 changed files with 21 additions and 1 deletions

View file

@ -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;