Skip to content
Snippets Groups Projects
Commit 2333a48b authored by Ryan Izard's avatar Ryan Izard
Browse files

Added some IPv6 tests and added the IPv6 secondary index to the device...

Added some IPv6 tests and added the IPv6 secondary index to the device manager's init function (ooops).
parent 90dd1aee
No related branches found
No related tags found
No related merge requests found
......@@ -909,6 +909,7 @@ public class DeviceManagerImpl implements IDeviceService, IOFMessageListener, IT
this.perClassIndices =
new HashSet<EnumSet<DeviceField>>();
addIndex(true, EnumSet.of(DeviceField.IPv4));
addIndex(true, EnumSet.of(DeviceField.IPv6));
this.deviceListeners = new ListenerDispatcher<String, IDeviceListener>();
this.suppressAPs = Collections.newSetFromMap(
......
......@@ -113,5 +113,4 @@ public class DeviceUniqueIndex extends DeviceIndex {
return null;
return deviceKey;
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment