Merge pull request #2527 from weaveworks/2494-track-non-natted-shortlived-conns

Let conntrack track non-NATed short-lived connections
This commit is contained in:
Alfonso Acosta
2017-05-19 01:42:02 +02:00
committed by GitHub
2 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -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(),
}