strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
testing: Rename interfaces and bridges so they are easier to identify
[strongswan.git]
/
testing
/
start-testing
diff --git
a/testing/start-testing
b/testing/start-testing
index
db582cf
..
46aa4a2
100755
(executable)
--- a/
testing/start-testing
+++ b/
testing/start-testing
@@
-9,7
+9,7
@@
CONFDIR=$DIR/config/kvm
KNLSRC=$BUILDDIR/$KERNEL/arch/x86/boot/bzImage
KNLTARGET=/var/run/kvm-swan-kernel
HOSTFSTARGET=/var/run/kvm-swan-hostfs
KNLSRC=$BUILDDIR/$KERNEL/arch/x86/boot/bzImage
KNLTARGET=/var/run/kvm-swan-kernel
HOSTFSTARGET=/var/run/kvm-swan-hostfs
-MCASTBRS="
virbr1 virbr2
"
+MCASTBRS="
test-br0 test-br1
"
echo "Starting test environment"
echo "Starting test environment"
@@
-41,7
+41,7
@@
done
for br in $MCASTBRS
do
cd /sys/devices/virtual/net/$br/brif
for br in $MCASTBRS
do
cd /sys/devices/virtual/net/$br/brif
- for vnet in `find . -name "
vnet*
"`
+ for vnet in `find . -name "
*eth?
"`
do
echo 2 > $vnet/multicast_router
done
do
echo 2 > $vnet/multicast_router
done