For documentation purposes the new folders ikev1-algs, ikev2-algs, ikev1-multi-ca and ikev2-multi-ca have been created. Most of the test cases have now been converted to the vici interface. The remaining legacy stroke scenarios yet to be converted have been put into the ikev2-stroke-bye folder. For documentation purposes some legacy stroke scenarios will be kept in the ikev1-stroke, ikev2-stroke and ipv6-stroke folders.
14 lines
474 B
Plaintext
14 lines
474 B
Plaintext
winnetou::ip route add 10.1.0.0/16 via PH_IP_MOON
|
|
winnetou::ip route add 10.2.0.0/16 via PH_IP_SUN
|
|
alice::ipsec start
|
|
moon::ipsec start
|
|
sun::ipsec start
|
|
bob::ipsec start
|
|
alice::expect-connection remote
|
|
sun::expect-connection remote
|
|
moon::expect-connection alice
|
|
moon::ping -n -c 3 -W 1 -i 0.2 -s 8184 -p deadbeef PH_IP_ALICE
|
|
moon::ping -n -c 3 -W 1 -i 0.2 -s 8184 -p deadbeef PH_IP_SUN
|
|
bob::expect-connection sun
|
|
bob::ping -n -c 3 -W 1 -i 0.2 -s 8184 -p deadbeef PH_IP_SUN1
|