diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-06-26 09:41:22 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-06-26 09:41:22 +0000 |
commit | e25bedb7220f32da5414c240606018ef7151f633 (patch) | |
tree | cf3610a2a2ed7a9a6209a6e74b719bcabd7550c5 /testing/do-tests.in | |
parent | c66a1b757f030a32be92860e6662dff7af63dfc6 (diff) | |
download | strongswan-e25bedb7220f32da5414c240606018ef7151f633.tar.bz2 strongswan-e25bedb7220f32da5414c240606018ef7151f633.tar.xz |
use ip xfrm with the detailed -s option
Diffstat (limited to 'testing/do-tests.in')
-rwxr-xr-x | testing/do-tests.in | 8 |
1 files 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 </td> <td valign="top"> <ul> - <li><a href="$host.ip.policy">ip xfrm policy</a></li> - <li><a href="$host.ip.state">ip xfrm state</a></li> + <li><a href="$host.ip.policy">ip -s xfrm policy</a></li> + <li><a href="$host.ip.state">ip -s xfrm state</a></li> <li><a href="$host.ip.route">ip route list table $SOURCEIP_ROUTING_TABLE</a></li> <li><a href="$host.iptables">$IPTABLES -L</a></li> </ul> |