commit | 5bbcbe74f5df85fb5dc10c1ef74f95e372cc7bd3 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Tue May 07 10:34:23 2013 -0700 |
committer | Jonathan Hart <jono@onlab.us> | Tue May 07 10:34:23 2013 -0700 |
tree | 4573d2cef0e7ab15e95313842645e8f2af340423 | |
parent | dc502121ff29d021b29f16809b89d7a987572971 [diff] |
Added BgpRoute module to services
diff --git a/.gitignore b/.gitignore index 3c5748b..f8dcd13 100644 --- a/.gitignore +++ b/.gitignore
@@ -2,6 +2,7 @@ *.class .classpath .project +.pydevproject target onos-logs onos.log \ No newline at end of file
diff --git a/src/main/resources/META-INF/services/net.floodlightcontroller.core.module.IFloodlightModule b/src/main/resources/META-INF/services/net.floodlightcontroller.core.module.IFloodlightModule index 99ca4c8..b4b4f27 100644 --- a/src/main/resources/META-INF/services/net.floodlightcontroller.core.module.IFloodlightModule +++ b/src/main/resources/META-INF/services/net.floodlightcontroller.core.module.IFloodlightModule
@@ -26,6 +26,6 @@ net.floodlightcontroller.onoslistener.OnosPublisher net.floodlightcontroller.flowcache.FlowManager net.floodlightcontroller.routing.TopoRouteService +net.floodlightcontroller.bgproute.BgpRoute net.onrc.onos.registry.controller.ZookeeperRegistry net.onrc.onos.registry.controller.StandaloneRegistry -