diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-04-05 14:01:29 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-04-05 14:01:29 +0200 |
commit | a287bdd46c367a1274572221a48bbb9c3f3d02ab (patch) | |
tree | ad5ce0df27b484130e40e7fbb25dee4dcad9bba8 /testing/do-tests.in | |
parent | eb11d1c58c84e4fd7f9c04b7957358c73deb00a4 (diff) | |
download | strongswan-a287bdd46c367a1274572221a48bbb9c3f3d02ab.tar.bz2 strongswan-a287bdd46c367a1274572221a48bbb9c3f3d02ab.tar.xz |
farp scenario requires logging of arp packets
Diffstat (limited to 'testing/do-tests.in')
-rwxr-xr-x | testing/do-tests.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/do-tests.in b/testing/do-tests.in index 7dbb5487a..2a869515d 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" |