conntrackfixer: bump github.com/ti-mo/conntrack to 0.5.0

This commit is contained in:
Vincent Bernat
2023-11-21 21:07:49 +01:00
parent ec70171d06
commit beb30d9d20
5 changed files with 23 additions and 33 deletions

View File

@@ -13,7 +13,7 @@ import (
// ConntrackConn is the part of conntrack.Conn we use
type ConntrackConn interface {
Close() error
Dump() ([]conntrack.Flow, error)
Dump(opts *conntrack.DumpOptions) ([]conntrack.Flow, error)
Delete(f conntrack.Flow) error
}