From e25bedb7220f32da5414c240606018ef7151f633 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 26 Jun 2008 09:41:22 +0000 Subject: [PATCH] use ip xfrm with the detailed -s option --- testing/do-tests.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/do-tests.in b/testing/do-tests.in index 0436dbe94..2e1dc4649 100755 --- a/testing/do-tests.in +++ b/testing/do-tests.in @@ -472,9 +472,9 @@ do scp $HOSTLOGIN:/etc/ipsec.d/ipsec.sql \ $TESTRESULTDIR/${host}.ipsec.sql > /dev/null 2>&1 - ssh $HOSTLOGIN ip xfrm policy \ + ssh $HOSTLOGIN ip -s xfrm policy \ > $TESTRESULTDIR/${host}.ip.policy 2>/dev/null - ssh $HOSTLOGIN ip xfrm state \ + ssh $HOSTLOGIN ip -s xfrm state \ > $TESTRESULTDIR/${host}.ip.state 2>/dev/null ssh $HOSTLOGIN ip route list table $SOURCEIP_ROUTING_TABLE \ > $TESTRESULTDIR/${host}.ip.route 2>/dev/null @@ -503,8 +503,8 @@ do