projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50f23fb
)
Disable AutoConnect in the ns-ping test.
author
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 17 Jul 2019 22:31:54 +0000
(
00:31
+0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 17 Jul 2019 22:31:54 +0000
(
00:31
+0200)
test/ns-ping.test
patch
|
blob
|
history
diff --git
a/test/ns-ping.test
b/test/ns-ping.test
index 49204367734beeb00a727270e213a601c6609b86..5a5415cf0ff7462faad1d661d464911b960f0f6e 100755
(executable)
--- a/
test/ns-ping.test
+++ b/
test/ns-ping.test
@@
-11,10
+11,11
@@
ip netns list || exit 77
$tinc $c1 <<EOF
init foo
-set
Mode switch
+set
Subnet 192.168.1.1
set Interface ping.test1
set Port 32577
set Address localhost
+set AutoConnect no
EOF
cat >$d1/tinc-up <<EOF
@@
-27,9
+28,10
@@
EOF
$tinc $c2 <<EOF
init bar
-set
Mode switch
+set
Subnet 192.168.1.2
set Interface ping.test2
set Port 32574
+set AutoConnect no
EOF
cat >$d2/tinc-up <<EOF