commit | b8d1fc75623280ba1cfb0416924c3cc088b0f98a | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Oct 08 02:05:05 2017 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Mon Oct 09 16:09:55 2017 -0400 |
tree | 386245cf38dbf808295fc27f5a1ac7c372e86549 | |
parent | 6d1c1c320b1a48bdae1c3fc977c3661c26fd0d62 [diff] [blame] |
tests: add support for link-local addresses in getTestIp Change-Id: If57cb93f1c25a18b680aef12895ee5924ca90cfa
diff --git a/tests/daemon/face/unicast-udp-transport-fixture.hpp b/tests/daemon/face/unicast-udp-transport-fixture.hpp index ef8f588..f3c5165 100644 --- a/tests/daemon/face/unicast-udp-transport-fixture.hpp +++ b/tests/daemon/face/unicast-udp-transport-fixture.hpp
@@ -47,7 +47,7 @@ UnicastUdpTransportFixture() : transport(nullptr) , remoteSocket(g_io) - , defaultAddr(getTestIp<AddressFamily::V4>()) + , defaultAddr(getTestIp(AddressFamily::V4, AddressScope::Loopback)) , receivedPackets(nullptr) { }