test.conf 419 B

123456789101112131415161718192021
  1. #!/bin/bash
  2. #
  3. # This configuration file provides information on the
  4. # guest instances used for this test
  5. # All guest instances that are required for this test
  6. #
  7. VIRTHOSTS="moon winnetou sun"
  8. # Corresponding block diagram
  9. #
  10. DIAGRAM="m-w-s.png"
  11. # Guest instances on which tcpdump is to be started
  12. #
  13. TCPDUMPHOSTS=""
  14. # Guest instances on which IPsec is started
  15. # Used for IPsec logging purposes
  16. #
  17. IPSECHOSTS="moon sun"