mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
By consistently using the `expect-connection` helper we can avoid pretty much all previously needed calls to sleep.
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
moon::iptables-restore < /etc/iptables.rules
|
|
carol::iptables-restore < /etc/iptables.rules
|
|
dave::iptables-restore < /etc/iptables.rules
|
|
moon::ipsec start
|
|
carol::ipsec start
|
|
dave::ipsec start
|
|
# moon runs crypto tests, so make sure it is ready
|
|
moon::expect-connection rw
|
|
carol::expect-connection home
|
|
carol::ipsec up home
|
|
dave::expect-connection home
|
|
dave::ipsec up home
|