From: Andreas Steffen Date: Mon, 5 Apr 2010 12:01:29 +0000 (+0200) Subject: farp scenario requires logging of arp packets X-Git-Tag: 4.4.0~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a287bdd46c367a1274572221a48bbb9c3f3d02ab;p=thirdparty%2Fstrongswan.git farp scenario requires logging of arp packets --- diff --git a/testing/do-tests.in b/testing/do-tests.in index 7dbb5487ae..2a869515dd 100755 --- a/testing/do-tests.in +++ b/testing/do-tests.in @@ -348,7 +348,7 @@ do do host=`echo $host_iface | awk -F ":" '{print $1}'` iface=`echo $host_iface | awk -F ":" '{if ($2 != "") { print $2 } else { printf("eth0") }}'` - tcpdump_cmd="tcpdump -i $iface not port ssh and not port domain and not arp > /tmp/tcpdump.log 2>&1 &" + tcpdump_cmd="tcpdump -i $iface not port ssh and not port domain > /tmp/tcpdump.log 2>&1 &" echo "${host}# $tcpdump_cmd" >> $CONSOLE_LOG ssh root@`eval echo \\\$ipv4_$host '$tcpdump_cmd'` eval TDUP_${host}="true"