File: test.conf

package info (click to toggle)
strongswan 4.4.1-5.6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 30,568 kB
  • ctags: 22,494
  • sloc: ansic: 172,006; sh: 13,946; sql: 4,232; makefile: 2,254; cs: 522; yacc: 214; lex: 191; perl: 94; ruby: 94
file content (21 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
#
# This configuration file provides information on the
# UML instances used for this test

# All UML instances that are required for this test
#
UMLHOSTS="alice moon carol winnetou dave"

# Corresponding block diagram
#
DIAGRAM="a-m-c-w-d.png"

# UML instances on which tcpdump is to be started
#
TCPDUMPHOSTS="alice moon"

# UML instances on which IPsec is started
# Used for IPsec logging purposes
#
IPSECHOSTS="moon carol dave"