mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
conntrackfixer: bump github.com/ti-mo/conntrack to 0.5.0
This commit is contained in:
@@ -233,7 +233,7 @@ func (c *Component) channelHealthcheck() reporter.HealthcheckFunc {
|
||||
|
||||
// purgeConntrack purge the conntrack for the given port.
|
||||
func (c *Component) purgeConntrack(port uint16) int {
|
||||
flows, err := c.conntrackConn.Dump()
|
||||
flows, err := c.conntrackConn.Dump(nil)
|
||||
if err != nil {
|
||||
c.r.Err(err).Msg("cannot list conntrack entries")
|
||||
c.metrics.errors.WithLabelValues("cannot list conntrack entries").Inc()
|
||||
|
||||
Reference in New Issue
Block a user