Skip to content
Snippets Groups Projects
Commit 82cd9518 authored by Srinivasan Ramasubramanian's avatar Srinivasan Ramasubramanian
Browse files

Enable writing all links for the time being.

parent b5d27c1e
No related branches found
No related tags found
No related merge requests found
......@@ -1227,9 +1227,9 @@ IFloodlightModule, IInfoProvider, IHAListener {
// Write only direct links. Do not write links to external
// L2 network.
if (type != LinkType.DIRECT_LINK && type != LinkType.TUNNEL) {
return;
}
// if (type != LinkType.DIRECT_LINK && type != LinkType.TUNNEL) {
// return;
// }
Map<String, Object> rowValues = new HashMap<String, Object>();
String id = getLinkId(lt);
......
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