Annotation of embedaddon/strongswan/testing/tests/ikev2/ip-two-pools-mixed/pretest.dat, revision 1.1.1.1

1.1       misho       1: moon::cat /usr/local/share/strongswan/templates/database/sql/sqlite.sql > /etc/db.d/ipsec.sql
                      2: moon::cat /etc/db.d/ipsec.sql | sqlite3 /etc/db.d/ipsec.db
                      3: moon::ipsec pool --add intpool --start 10.4.0.1 --end 10.4.1.244 --timeout  0 2> /dev/null
                      4: moon::iptables-restore < /etc/iptables.rules
                      5: carol::iptables-restore < /etc/iptables.rules
                      6: alice::iptables-restore < /etc/iptables.rules
                      7: moon::ipsec start
                      8: carol::ipsec start
                      9: alice::ipsec start
                     10: moon::expect-connection int
                     11: moon::expect-connection ext
                     12: carol::expect-connection home
                     13: carol::ipsec up home
                     14: alice::expect-connection home
                     15: alice::ipsec up home

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