Skip to content

Commit

Permalink
Added Mtu event missing from EventImportance implementation
Browse files Browse the repository at this point in the history
fix impprtance MTUUpdated
  • Loading branch information
divyabhat1 authored and ghedo committed Nov 20, 2023
1 parent 5b5120e commit c4fc272
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qlog/src/events/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ impl From<EventType> for EventImportance {
EventType::ConnectivityEventType(
ConnectivityEventType::ConnectionStateUpdated,
) => EventImportance::Base,
EventType::ConnectivityEventType(
ConnectivityEventType::MtuUpdated,
) => EventImportance::Extra,

EventType::SecurityEventType(SecurityEventType::KeyUpdated) =>
EventImportance::Base,
Expand Down

0 comments on commit c4fc272

Please sign in to comment.