1. d097744 Fixing a couple of NPE's for when configuration does not exist by Saurav Das · 10 years ago
  2. 6459712 Added ip info for CLI (show host) by Fahad Naeem Khan · 10 years ago
  3. 1f8fb2e Improved CLI. Still need to edit submitted code by Fahad Naeem Khan · 10 years ago
  4. 2f26369 1. Added SegmentRoutingManager so that it can spawn any required objects such as ArpHandler or IcmpHandler by Sangho Shin · 10 years ago
  5. 8c802b4 Use ONOS LinkTuple instead of link discovery specific Link class by Jonathan Hart · 10 years ago
  6. fb93c25 NetworkConfigManager loads a configuration file and exposes an interface for by Saurav Das · 10 years ago
  7. d8fd2f5 Rename MastershipEvent -> MastershipData by Yuta HIGUCHI · 10 years ago
  8. 93d35ea Rename {Switch,Port,Link,Host}Event -> {...}Data by Yuta HIGUCHI · 10 years ago
  9. 2440967 Added an interface for the TopologyPublisher to publish operations to by Pavlin Radoslavov · 10 years ago
  10. d92b10c Fixing topology related interface/class tree by Yuta HIGUCHI · 10 years ago
  11. a507baf PortNumber fixes by Yuta HIGUCHI · 10 years ago
  12. 000fbae Work toward cleaning up the Topology Manager and the Topology Publisher by Pavlin Radoslavov · 10 years ago
  13. b46f89b Work toward cleaning up the Topology Manager and the Topology Publisher by Pavlin Radoslavov · 10 years ago
  14. 7946c61 Fix a bug when processing Port UP/DOWN events from the OpenFlow driver, by Pavlin Radoslavov · 10 years ago
  15. c67f9fa Giant patch of changes to support OpenFlow 1.3 by Brian O'Connor · 10 years ago
  16. e82adc6 Fix for cleaner thread to not clean configured topology objects. by Praseed Balakrishnan · 10 years ago
  17. 53b208a Work toward ONOS-1451: Separate Event Key space per instance by Pavlin Radoslavov · 10 years ago
  18. 695f895 Pushed Switch Mastership Events into the Topology event channel. by Pavlin Radoslavov · 10 years ago
  19. 2aa6c0b Add state/status to Topology Element by Praseed Balakrishnan · 10 years ago
  20. bfc77f0 rename topology related objects: Device -> Host by Yuta HIGUCHI · 10 years ago
  21. 0310213 Renamed OnosDevice classes to Host. by Jonathan Hart · 10 years ago
  22. dbc3312 Change "type" constant name by Yuta HIGUCHI · 10 years ago
  23. 1222ac5 Add "type" attributes to Topology elements by Yuta HIGUCHI · 10 years ago
  24. 284e70f General link discovery module cleanup. by Jonathan Hart · 10 years ago
  25. e2a4e17 Remove constructors/methods using Long by Yuta HIGUCHI · 10 years ago
  26. bf0a871 Add string attributes to self-containd objects. by Yuta HIGUCHI · 10 years ago
  27. 5c8cbeb Remove PortEvent.SwitchPort by Yuta HIGUCHI · 10 years ago
  28. 8f3dfa3 Topology interface to use Dpid, PortNumber by Yuta HIGUCHI · 10 years ago
  29. 5d2c939 Deleted device manager's inside global cache and changed to use the topo cache. by TeruU · 10 years ago
  30. a00e4b9 LogFix: TopologyPublisher logging. by Yuta HIGUCHI · 10 years ago
  31. 5bbbaca Add ZooKeeper leadership related log. by Yuta HIGUCHI · 10 years ago
  32. 121a024 Link discovery bug fixes. by Jonathan Hart · 10 years ago
  33. 67b6cba Don't send port events to the TopologyManager for switches we're not in control of. by Jonathan Hart · 10 years ago
  34. e37e4e2 Renamed *NetworkGraph* references to *Topology*. by Jonathan Hart · 10 years ago[Renamed (86%) from src/main/java/net/onrc/onos/core/topology/NetworkGraphPublisher.java]
  35. 28adcc3 Change for removing ip related info and some fix to our device. by TeruU · 10 years ago
  36. 7d21c0a Fix issues found by FindBugs: NM_METHOD_NAMING_CONVENTION by Pavlin Radoslavov · 10 years ago
  37. 269ffb9 Fix checkstyle whitespace issues - WHITESPACE ONLY by Ray Milkey · 10 years ago
  38. a99ec67 Organized imports for main classes by Jonathan Hart · 10 years ago
  39. deda0ba Renamed registry and packet packages by Jonathan Hart · 10 years ago
  40. 472062d Renamed networkgraph package to topology. by Jonathan Hart · 10 years ago[Renamed (94%) from src/main/java/net/onrc/onos/ofcontroller/floodlightlistener/NetworkGraphPublisher.java]
  41. 23701d1 Renamed devicemanager, flowprogrammer, linkdiscovery and util packages by Jonathan Hart · 10 years ago
  42. 51f6f5b Renamed onos core package by Jonathan Hart · 10 years ago
  43. 8877067 Fixed checkstyle and PMD violations in NetworkGraphPublisher by Jonathan Hart · 10 years ago
  44. e02cf54 Cleaned up NetworkGraphPublisher class. by Jonathan Hart · 10 years ago
  45. ebbe6a6 Fixed dependency bug in NetworkGraphPublisher by Jonathan Hart · 10 years ago
  46. b3e1b05 Removed OldNetworkGraphPublisher as it is no longer needed by Jonathan Hart · 10 years ago
  47. d1c5b65 Change for device discovery on new-data model. by TeruU · 10 years ago
  48. 70c2b36 Renamed class RCNetworkGraphPublisher to NetworkGraphPublisher. by Pavlin Radoslavov · 10 years ago[Renamed (98%) from src/main/java/net/onrc/onos/ofcontroller/floodlightlistener/RCNetworkGraphPublisher.java]
  49. c0aa4bf Renamed obsoleted class NetworkGraphPublisher to OldNetworkGraphPublisher. by Pavlin Radoslavov · 10 years ago
  50. 018d533 Network Graph Refactoring: WIP: extract the events by canceling matching events by Pavlin Radoslavov · 10 years ago
  51. 6ea84a4 Network Graph Refactoring: renamed the NetworkGraphDiscoveryInterface methods: by Pavlin Radoslavov · 10 years ago
  52. 4c26327 Integrate port up/down events with discovery by Jonathan Hart · 10 years ago
  53. 369875b Added cleanup thread to RCNetworkGraphPublisher by Jonathan Hart · 10 years ago
  54. 22eb988 Added outline of the path taken through the NetworkGraph by an event generated from the discovery modules by Jonathan Hart · 10 years ago
  55. cb95198 WIP: use Event object on NetworkGraphImpl by Yuta HIGUCHI · 10 years ago
  56. fa01c24 Renamed SouthboundNetworkGraph to NetworkGraphDatastore, as this will sit inside the NetworkGraph module and write to the datastore by Jonathan Hart · 10 years ago
  57. 4701671 Built REST APIs to look into Ramcloud for debugging by Jonathan Hart · 10 years ago
  58. 2f570c1 update NetworkGraph objects by Toshio Koide · 10 years ago
  59. 4b5bbb5 Began integration with ONOS discovery code by implementing add switch and add link by Jonathan Hart · 10 years ago