Yuta HIGUCHI
Committed by Gerrit Code Review

Replace deprecated method usage.

Change-Id: I119450c40926fc1b60d5f201e3f904ebb4b97a9c
......@@ -190,7 +190,7 @@ public class HostMonitor implements TimerTask {
return;
}
for (InterfaceIpAddress ia : intf.ipAddresses()) {
for (InterfaceIpAddress ia : intf.ipAddressesList()) {
if (ia.subnetAddress().contains(targetIp)) {
sendProbe(intf.connectPoint(), targetIp, ia.ipAddress(),
intf.mac(), intf.vlan());
......