commit | 29cafae3b83dad7bcb19d9d13e97de7b0425e1d9 | [log] [tgz] |
---|---|---|
author | Pier Ventre <pierventre@hotmail.com> | Mon Jan 09 23:01:05 2017 -0800 |
committer | Ray Milkey <ray@onlab.us> | Sat Jan 21 00:17:18 2017 +0000 |
tree | 56cff58d836fd95e9a7576ac0477d0e609ccfe16 | |
parent | 6b2c1b3119889c974700f5bc5d50ee2bed9ef23e [diff] |
Removes leftovers of the previous patches. Change-Id: Id1131762e94141eab472ff4a31035acc28979d43
diff --git a/src/main/java/org/onosproject/segmentrouting/config/DeviceConfiguration.java b/src/main/java/org/onosproject/segmentrouting/config/DeviceConfiguration.java index 76a46f0..55562e0 100644 --- a/src/main/java/org/onosproject/segmentrouting/config/DeviceConfiguration.java +++ b/src/main/java/org/onosproject/segmentrouting/config/DeviceConfiguration.java
@@ -455,7 +455,6 @@ srManager.interfaceService.getInterfacesByPort(connectPoint).stream() .flatMap(intf -> intf.ipAddressesList().stream()) .map(InterfaceIpAddress::subnetAddress) - .map(IpPrefix::getIp4Prefix) .collect(Collectors.toSet()); if (subnets.isEmpty()) { @@ -595,7 +594,6 @@ return null; } - /** * Checks if the host is in the subnet defined in the router with the * device ID given.