Use 127.0.0.1 instead of localhost to ensure tests are reproducible.

This commit is contained in:
Guus Sliepen 2017-03-29 08:08:19 +02:00
parent 3ab1893a4b
commit d9a7f2d105

View file

@ -8,7 +8,7 @@ $tinc $c1 <<EOF
init foo
set DeviceType dummy
set Port 32759
set Address localhost
set Address 127.0.0.1
add Subnet 10.0.0.1
add Subnet fec0::/64
EOF