diff --git a/probe/endpoint/conntrack.go b/probe/endpoint/conntrack.go index 6bb480e30..73136b7dc 100644 --- a/probe/endpoint/conntrack.go +++ b/probe/endpoint/conntrack.go @@ -28,7 +28,7 @@ type nilFlowWalker struct{} func (n nilFlowWalker) stop() {} func (n nilFlowWalker) walkFlows(f func(conntrack.Conn, bool)) {} -// conntrackWalker uses the conntrack command to track network connections and +// conntrackWalker uses conntrack (via netlink) to track network connections and // implement flowWalker. type conntrackWalker struct { sync.Mutex