diff options
-rwxr-xr-x | testing/do-tests | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/do-tests b/testing/do-tests index f12101926..5191d9007 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -364,6 +364,14 @@ do ssh $SSHCONF root@`eval echo \\\$ipv4_$host` 'conntrack -F' >/dev/null 2>&1 done + ########################################################################## + # flush IPsec state on all hosts + # + + for host in $STRONGSWANHOSTS + do + ssh $SSHCONF root@`eval echo \\\$ipv4_$host` 'ip xfrm state flush; ip xfrm policy flush' >/dev/null 2>&1 + done ########################################################################## # execute pre-test commands |