Skip to content

Commit

Permalink
pinger: reset interface_rx_multicast_packets
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Jun 20, 2024
1 parent 5c6029e commit 9325c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/pinger/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,5 @@ func resetOvsInterfaceMetrics() {
interfaceStatTxDropped.Reset()
interfaceStatTxErrorsTotal.Reset()
interfaceStatCollisions.Reset()
interfaceStatRxMulticastPackets.Reset()
}

0 comments on commit 9325c03

Please sign in to comment.