By consistently using the `expect-connection` helper we can avoid pretty much all previously needed calls to sleep.
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
moon::ipsec start
|
|
sun::ipsec start
|
|
carol::ipsec start
|
|
moon::expect-connection net-net
|
|
carol::expect-connection home
|
|
moon::ipsec up net-net
|
|
carol::ipsec up home
|