From 71c59e87d1123a9c7e5bdb4d0b0c5accac2b6650 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Sun, 5 Aug 2018 13:28:21 +0000 Subject: [PATCH] Update comment --- probe/endpoint/conntrack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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