Add a road-warrior test case requesting both an IPv4 and an IPv6 virtual address

This commit is contained in:
Martin Willi
2012-09-18 17:11:03 +02:00
parent 7ee37114c9
commit 56ea95195a
9 changed files with 95 additions and 0 deletions
@@ -0,0 +1,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"
# Corresponding block diagram
#
DIAGRAM="a-m-c.png"
# UML instances on which tcpdump is to be started
#
TCPDUMPHOSTS="carol"
# UML instances on which IPsec is started
# Used for IPsec logging purposes
#
IPSECHOSTS="moon carol"