1. 7a9fffb Modified onos.properties and IFloodlightModule so that it loads SegmentRoutingManager and use sr.conf by Sangho Shin · 10 years ago
  2. 9583304 Modified IFloodligthModule to enable ArpHandler for Segment Routing by Sangho Shin · 10 years ago
  3. fb93c25 NetworkConfigManager loads a configuration file and exposes an interface for by Saurav Das · 10 years ago
  4. 8941a31 New module SdnIpConfigReader useful for SDN-IP. It provides configuration to ARP Proxy for nodes not running SDN-IP. by luca · 10 years ago
  5. c0afcf9 New module DefaultRules. It installs default rules on switches when they connect. by luca · 10 years ago
  6. 68e8dd6 Hook up the Intent and Flow REST APIs to the modules/services. by Jonathan Hart · 10 years ago
  7. 18b44ac Initial Match Action Module implementation by Ray Milkey · 10 years ago
  8. 4744151 Implement Floodlight module for Intent Service. by Sho SHIMIZU · 10 years ago
  9. c67f9fa Giant patch of changes to support OpenFlow 1.3 by Brian O'Connor · 10 years ago
  10. 0310213 Renamed OnosDevice classes to Host. by Jonathan Hart · 10 years ago
  11. 284e70f General link discovery module cleanup. by Jonathan Hart · 10 years ago
  12. de4c389 Added Topology WebSocket server implementation. by Pavlin Radoslavov · 10 years ago
  13. 26921af Added a framework for metrics by Ray Milkey · 10 years ago
  14. 9203d41 Removed some old modules from the services file by Jonathan Hart · 10 years ago
  15. e37e4e2 Renamed *NetworkGraph* references to *Topology*. by Jonathan Hart · 10 years ago
  16. 8f6dc09 Renamed SDN-IP packages and classes. by Jonathan Hart · 10 years ago
  17. 1f75cae Created a packet service which presents a global-context API to by Jonathan Hart · 10 years ago
  18. deda0ba Renamed registry and packet packages by Jonathan Hart · 10 years ago
  19. 472062d Renamed networkgraph package to topology. by Jonathan Hart · 10 years ago
  20. 23701d1 Renamed devicemanager, flowprogrammer, linkdiscovery and util packages by Jonathan Hart · 10 years ago
  21. 51f6f5b Renamed onos core package by Jonathan Hart · 10 years ago
  22. aa38097 Renamed the intent package by Jonathan Hart · 10 years ago
  23. 6df9017 Renamed datagrid and datastore packages by Jonathan Hart · 10 years ago
  24. 0961fe8 Renamed forwarding and proxyarp packages by Jonathan Hart · 10 years ago
  25. 382623d Renamed bgproute package by Jonathan Hart · 10 years ago
  26. 04aba91 Removed a few old floodlight files by Jonathan Hart · 10 years ago
  27. 70c2b36 Renamed class RCNetworkGraphPublisher to NetworkGraphPublisher. by Pavlin Radoslavov · 10 years ago
  28. 4cf8ee5 Removed INetMapStorage.java and INetMapTopologyObjects.java and the by Pavlin Radoslavov · 10 years ago
  29. 25e930c Script cleanup: Removed Cassandra-related objects and floodlight GUI frontend. by Naoki Shiota · 10 years ago
  30. cc3e3ff Remove the backend part of the Floodlight GUI. by Jonathan Hart · 10 years ago
  31. a3818db Work toward fixing ONOS-1031: Removed modules FlowManager and the old TopologyManager by Pavlin Radoslavov · 10 years ago
  32. 8d81c3b Remove some of titan artifacts. by Yuta HIGUCHI · 10 years ago
  33. b5a555f Remove invalid symlink by Yuta HIGUCHI · 10 years ago
  34. 5576cb1 add PlanInstallModule into floodlightmodule services by Nick Karanatsios · 10 years ago
  35. eb90d91 Register Intent-related classes to KryoFactory and fix bugs by Toshio Koide · 10 years ago
  36. 4b5bbb5 Began integration with ONOS discovery code by implementing add switch and add link by Jonathan Hart · 10 years ago
  37. a5fdf45 Removed Floodlight device manager from services file by Jonathan Hart · 11 years ago
  38. d857ad6 Removed Floodlight DeviceManager and created a stripped-down device manager that pushes device data from every packet seen into the network map by Jonathan Hart · 11 years ago
  39. 20fab1a Removed the Floodlight counter module by Jonathan Hart · 11 years ago
  40. 535325c Merge in changes from master by Jonathan Hart · 11 years ago
  41. 5ba0171 merged by Pankaj Berde · 11 years ago
  42. b1f433e Titan 0.4.0/Hazelcast test by Pankaj Berde · 11 years ago
  43. e93aed4 Removed the OnosModuleLoader and made ProxyArpManager and Forwarding separate modules by Jonathan Hart · 11 years ago
  44. 73e7fb7 Removed unused Floodlight modules by mininet · 11 years ago
  45. 2fa2806 Removed Floodlight storage framework by Jonathan Hart · 11 years ago
  46. 4e77de9 Squashed commit of the following: by Naoki Shiota · 11 years ago
  47. 8c166a7 created FlowProgrammer module and implemented FlowPusher and FlowSynchronizer as services, also modified FlowManager to use the service exported by FlowProgrammer by Brian O'Connor · 11 years ago
  48. adc6389 Fixed switches and ports being deleted from the database by Jonathan Hart · 11 years ago
  49. ebba1e1 Pulled ProxyArpManager out of the SDN-IP module. Most of the work is related to stubbing out an IConfigInfoService object that can provide default configuration to the ARP module when there's no SDN-IP config file to read it from by Jonathan Hart · 11 years ago
  50. a888764 Began moving the ARP module out of SDNIP exclusivity and sketched out a module framework we can use to load ONOS modules without having them be Floodlight modules by Jonathan Hart · 11 years ago
  51. e1b37bc Renamed class routing.TopoRouteService to topology.TopologyManager by Pavlin Radoslavov · 11 years ago
  52. 1eee2c8 Added initial framework for using Hazelcast-3.0.2 within ONOS. by Pavlin Radoslavov · 11 years ago
  53. 8058990 Move GraphPublisher initialization and startup ahead of others so that it listens on events before other modules by Pankaj Berde · 11 years ago
  54. a56fbde Move LinkDiscovery package to ONOS namespace by HIGUCHI Yuta · 11 years ago
  55. 155cfc5 Rename onoslistener.OnosPublisher -> floodlightlistener.NetworkGraphPublisher by HIGUCHI Yuta · 11 years ago
  56. 60a1014 Renamed package flowcache -> flowmanager by HIGUCHI Yuta · 11 years ago
  57. 4e64f31 Moved pure ONOS code in net.floodlightcontroller.routing to onos package namespace by HIGUCHI Yuta · 11 years ago
  58. 5a5ef6b Moved pure ONOS code in net.floodlightcontroller.onoslistener to onos package namespace by HIGUCHI Yuta · 11 years ago
  59. edf81d7 Moved pure ONOS code in net.floodlightcontroller.flowcache to onos package namespace by HIGUCHI Yuta · 11 years ago
  60. ea60e5f Moved bgproute package to onos namespace by HIGUCHI Yuta · 11 years ago
  61. 72f72f6 Removed packetstreamer module by Jonathan Hart · 11 years ago
  62. a37f9c3 Removed the jython debug interface module by Jonathan Hart · 11 years ago
  63. bf4c83c Removed tests for old modules and removed modules from the services file by Jonathan Hart · 11 years ago
  64. 5bbcbe7 Added BgpRoute module to services by Jonathan Hart · 11 years ago
  65. 128fa69 Removed Floodlight forwarding, firewall, and staticflowentry modules by Umesh Krishnaswamy · 11 years ago
  66. 99fcee1 fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  67. f08d5ff Implemented Cleanup thread to periodically detect inactive switches by Pankaj Berde · 11 years ago
  68. 9ad93fa Changed the default "storage.hostname" value from onos8vpc to "localhost" by Pavlin Radoslavov · 11 years ago
  69. fcfebfb Merged in new registry code by Jonathan Hart · 11 years ago
  70. 8c49639 merge conflicts by Pankaj Berde · 11 years ago
  71. da80957 ONOS listens to device discovery messages by Pankaj Berde · 11 years ago
  72. c2e95ee Merged registry code into master by Jonathan Hart · 11 years ago
  73. bd76697 Changed the disable zookeeper mechanism. There is now a class (StandaloneRegistry) that implements IControllerRegistryService without needing zookeeper - this is intended for single-node setups e.g. during development by Jonathan Hart · 11 years ago
  74. d7d8b79 Add TopoRouteService to the list of modules to be loaded on startup. by Pavlin Radoslavov · 11 years ago
  75. 19b0e12 Add FlowManager to the list of modules to be loaded on startup. by Pavlin Radoslavov · 11 years ago
  76. d82f20d Renamed the Mastership API to use Registry terminology by Jonathan Hart · 11 years ago
  77. b56bb29 Initial version of a Mastership module by Umesh Krishnaswamy · 11 years ago
  78. 93e7c11 minor modifiation by Ubuntu · 11 years ago
  79. e5a2970 added config properties for titan by Pankaj Berde · 11 years ago
  80. 9b5c59e Create a copy of floodlight source files on which we can apply our changes. by Umesh Krishnaswamy · 12 years ago