Annotation of embedaddon/strongswan/testing/tests/ikev2/any-interface/pretest.dat, revision 1.1.1.1

1.1       misho       1: winnetou::ip route add 10.1.0.0/16 via PH_IP_MOON
                      2: winnetou::ip route add 10.2.0.0/16 via PH_IP_SUN
                      3: alice::ipsec start
                      4: moon::ipsec start
                      5: sun::ipsec start
                      6: bob::ipsec start
                      7: alice::expect-connection remote
                      8: sun::expect-connection remote
                      9: moon::expect-connection alice
                     10: moon::ping -n -c 3 -W 1 -i 0.2 -s 8184 -p deadbeef PH_IP_ALICE
                     11: moon::ping -n -c 3 -W 1 -i 0.2 -s 8184 -p deadbeef PH_IP_SUN
                     12: bob::expect-connection sun
                     13: bob::ping -n -c 3 -W 1 -i 0.2 -s 8184 -p deadbeef PH_IP_SUN1

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