Skip to content
Snippets Groups Projects
Commit f63bbcb9 authored by Cecylia Bocovich's avatar Cecylia Bocovich
Browse files

Stop catpuring loopback traffic

We're not as worried about performance at the moment
parent 86c727ef
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ with open(bridge_lines_file) as f:
try:
logging.info("starting tcpdump for bridge %r" % nickname)
try:
tcpdump_lo_proc = start_tcpdump(nickname, "lo")
#tcpdump_lo_proc = start_tcpdump(nickname, "lo")
tcpdump_eth0_proc = start_tcpdump(nickname, "eth0")
except OSError as e:
logging.info("failed to start tcpdump, stopping snowflake probe: %s", e)
......
......@@ -113,7 +113,7 @@ for x in range(0, 10):
try:
logging.info("starting tcpdump for bridge %r" % nickname)
try:
tcpdump_lo_proc = start_tcpdump(nickname, "lo")
#tcpdump_lo_proc = start_tcpdump(nickname, "lo")
tcpdump_eth0_proc = start_tcpdump(nickname, "eth0")
except OSError as e:
logging.info("failed to start tcpdump, stopping snowflake probe: %s", e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment