mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
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.
26 lines
467 B
Bash
26 lines
467 B
Bash
#!/bin/bash
|
|
#
|
|
# This configuration file provides information on the
|
|
# guest instances used for this test
|
|
|
|
# All guest instances that are required for this test
|
|
#
|
|
VIRTHOSTS="moon carol winnetou"
|
|
|
|
# Corresponding block diagram
|
|
#
|
|
DIAGRAM="m-c-w.png"
|
|
|
|
# Guest instances on which tcpdump is to be started
|
|
#
|
|
TCPDUMPHOSTS=""
|
|
|
|
# Guest instances on which IPsec is started
|
|
# Used for IPsec logging purposes
|
|
#
|
|
IPSECHOSTS="moon carol"
|
|
|
|
# charon controlled by swanctl
|
|
#
|
|
SWANCTL=1
|