aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-05-23 10:08:12 +0000
committerMartin Willi <martin@strongswan.org>2006-05-23 10:08:12 +0000
commit5ade114fd5176e83664ab84a8657d0173417130e (patch)
treee452f6ce1772a1c1aa5c8215ee2abb8b5320e1bd
parent7ba69503aa48653ec2a940dced46a7aadd929159 (diff)
downloadstrongswan-5ade114fd5176e83664ab84a8657d0173417130e.tar.bz2
strongswan-5ade114fd5176e83664ab84a8657d0173417130e.tar.xz
- using hubs instead of switches, which allows us
to sniff the traffic from the host system.
-rwxr-xr-xtesting/scripts/start-switches2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/start-switches b/testing/scripts/start-switches
index c90c9f86d..82433babe 100755
--- a/testing/scripts/start-switches
+++ b/testing/scripts/start-switches
@@ -31,7 +31,7 @@ do
cecho " * Great, umlswitch$n is already running!"
else
cecho-n " * Starting umlswitch$n.."
- uml_switch -tap tap$n -unix /tmp/umlswitch$n >/dev/null </dev/null &
+ uml_switch -hub -tap tap$n -unix /tmp/umlswitch$n >/dev/null </dev/null &
sleep 2
eval ifconfig "tap$n \$IFCONFIG_$n up"
cecho "done"