diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2017-11-10 17:21:40 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2017-11-11 16:41:15 +0100 |
commit | 70dc5bb8adadd44a157e69a4d5afc97f93019310 (patch) | |
tree | 38d236bdb26b11fa4d85197efcb474d6b04f7c6a /testing/tests/swanctl/net2net-ed25519/posttest.dat | |
parent | 65f74cd13da3d9cc852db1637ec61ce019ec1815 (diff) | |
download | strongswan-70dc5bb8adadd44a157e69a4d5afc97f93019310.tar.bz2 strongswan-70dc5bb8adadd44a157e69a4d5afc97f93019310.tar.xz |
testing: Converted swanctl to systemd
Diffstat (limited to 'testing/tests/swanctl/net2net-ed25519/posttest.dat')
-rwxr-xr-x | testing/tests/swanctl/net2net-ed25519/posttest.dat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/swanctl/net2net-ed25519/posttest.dat b/testing/tests/swanctl/net2net-ed25519/posttest.dat index 8d47767a0..30f6ede76 100755 --- a/testing/tests/swanctl/net2net-ed25519/posttest.dat +++ b/testing/tests/swanctl/net2net-ed25519/posttest.dat @@ -1,6 +1,6 @@ moon::swanctl --terminate --ike gw-gw 2> /dev/null -moon::service charon stop 2> /dev/null -sun::service charon stop 2> /dev/null +moon::systemctl stop strongswan-swanctl +sun::systemctl stop strongswan-swanctl moon::iptables-restore < /etc/iptables.flush sun::iptables-restore < /etc/iptables.flush moon::rm /etc/swanctl/pkcs8/* |