Annotation of embedaddon/strongswan/testing/tests/ikev2/rw-eap-aka-sql-rsa/pretest.dat, revision 1.1.1.1

1.1       misho       1: moon::iptables-restore < /etc/iptables.rules
                      2: carol::iptables-restore < /etc/iptables.rules
                      3: carol::cd /etc/ipsec.d; cat tables.sql data.sql > ipsec.sql; cat ipsec.sql | sqlite3 ipsec.db
                      4: moon::cd /etc/ipsec.d; cat tables.sql data.sql > ipsec.sql; cat ipsec.sql | sqlite3 ipsec.db
                      5: moon::ipsec start
                      6: carol::ipsec start
                      7: moon::expect-connection rw-eap
                      8: carol::expect-connection home
                      9: carol::ipsec up home

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>