~ubuntu-branches/ubuntu/maverick/strongswan/maverick

« back to all changes in this revision

Viewing changes to testing/tests/pfkey/nat-two-rw/test.conf

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2008-12-05 17:21:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20081205172142-9g77wgyzcj0blq7p
* New upstream release, fixes a MOBIKE issue.
  Closes: #507542: strongswan: endless loop
* Explicitly enable compilation with libcurl for CRL fetching
  Closes: #497756: strongswan: not compiled with curl support; crl 
                   fetching not available
* Enable compilation with SSH agent support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
#
 
3
# This configuration file provides information on the
 
4
# UML instances used for this test
 
5
 
 
6
# All UML instances that are required for this test
 
7
#
 
8
UMLHOSTS="alice venus moon winnetou sun bob"
 
9
 
 
10
# Corresponding block diagram
 
11
#
 
12
DIAGRAM="a-v-m-w-s-b.png"
 
13
 
 
14
# UML instances on which tcpdump is to be started
 
15
#
 
16
TCPDUMPHOSTS="moon"
 
17
 
 
18
# UML instances on which IPsec is started
 
19
# Used for IPsec logging purposes
 
20
#
 
21
IPSECHOSTS="alice venus sun"