mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
conntrackfixer: bump github.com/ti-mo/conntrack to 0.5.0
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user