Skip to content

Commit

Permalink
Let conntrack track non-NATed short-lived connections
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed May 16, 2017
1 parent 61007dc commit 7497c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe/endpoint/connection_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
}
Expand Down

0 comments on commit 7497c7d

Please sign in to comment.