From a2da15ef2d2364159980fdcd6059be2c39ca267b Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Wed, 1 Jun 2022 14:25:23 +0300 Subject: [PATCH] Temporarily disable the PCAP capture --- tap/passive_tapper.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tap/passive_tapper.go b/tap/passive_tapper.go index 816749258..3c7dd8ee4 100644 --- a/tap/passive_tapper.go +++ b/tap/passive_tapper.go @@ -89,8 +89,8 @@ func StartPassiveTapper(opts *TapOpts, outputItems chan *api.OutputChannelItem, diagnose.StartMemoryProfiler(os.Getenv(MemoryProfilingDumpPath), os.Getenv(MemoryProfilingTimeIntervalSeconds)) } - assembler := initializePassiveTapper(opts, outputItems, streamsMap) - go startPassiveTapper(streamsMap, assembler) + initializePassiveTapper(opts, outputItems, streamsMap) + // go startPassiveTapper(streamsMap, assembler) } func UpdateTapTargets(newTapTargets []v1.Pod) {