By consistently using the `expect-connection` helper we can avoid pretty much all previously needed calls to sleep.
8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
carol::ipsec stop
|
|
dave::ipsec stop
|
|
moon::ipsec stop
|
|
moon::mv /etc/hosts.ori /etc/hosts
|
|
moon::iptables-restore < /etc/iptables.flush
|
|
carol::iptables-restore < /etc/iptables.flush
|
|
dave::iptables-restore < /etc/iptables.flush
|