mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
Let conntrack track non-NATed short-lived connections
This commit is contained in:
@@ -37,7 +37,7 @@ func newProcfsConnectionTracker(conf connectionTrackerConfig) connectionTracker
|
||||
}
|
||||
return connectionTracker{
|
||||
conf: conf,
|
||||
flowWalker: newConntrackFlowWalker(conf.UseConntrack, conf.ProcRoot, conf.BufferSize, "--any-nat"),
|
||||
flowWalker: newConntrackFlowWalker(conf.UseConntrack, conf.ProcRoot, conf.BufferSize),
|
||||
ebpfTracker: nil,
|
||||
reverseResolver: newReverseResolver(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user