Change in osmo-ttcn3-hacks[master]: ttcn3-dumpcap-start.sh: Always capture lo interface

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Dec 12 15:28:53 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21694 )


Change subject: ttcn3-dumpcap-start.sh: Always capture lo interface
......................................................................

ttcn3-dumpcap-start.sh: Always capture lo interface

The loopback interface should always be captured, as it includes
the 'ping' commands we use to detect the start of the packet capture.

Change-Id: Ic3aee59dd230141a5d182e9babf8d33d59144aa4
---
M ttcn3-dumpcap-start.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/94/21694/1

diff --git a/ttcn3-dumpcap-start.sh b/ttcn3-dumpcap-start.sh
index 4832b6d..3aec9b9 100755
--- a/ttcn3-dumpcap-start.sh
+++ b/ttcn3-dumpcap-start.sh
@@ -62,7 +62,7 @@
 # but must use dumpcap with each individual interface name.  We also
 # must write pcapng files, as only those can record the interface of
 # each packet
-ADDL_ARGS=""
+ADDL_ARGS="-i lo"
 for f in /sys/class/net/*; do
 	DEV=`basename $f`
 	if [[ "$DEV" == "hdlcnet"* ]]; then

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21694
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic3aee59dd230141a5d182e9babf8d33d59144aa4
Gerrit-Change-Number: 21694
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201212/29ad600a/attachment.htm>


More information about the gerrit-log mailing list