1. 1020132 Support allowed_address_pairs by Hyunsun Moon · 8 years ago
  2. 6d24734 CORD-537 Added flow rules for vSG connectivity by Hyunsun Moon · 8 years ago
  3. 1a42469 Refactor SystemInfo, and store SystemInfo into singleton instance by Jian Li · 8 years ago
  4. f53d0b2 Add more unit tests for control plane manager by Jian Li · 8 years ago
  5. ef7e290 Make use of Optional more idiomatic by Sho SHIMIZU · 8 years ago
  6. 2703980 Fixed ARP reply by Hyunsun Moon · 8 years ago
  7. 9c2ee07 Moving vpls app from onos-app-samples to onos repo by Luca Prete · 8 years ago
  8. 42d32eb adding igmp query polling to igmp application. by alshabib · 8 years ago
  9. 5f374cd According to the 802.1x standard, the state-machine should go back to connecting state if a start packet is received while in authorized state by Qianqian Hu · 8 years ago
  10. 8225ddb [ONOS-3833] Load balance identifier class and UT by Phaneendra Manda · 8 years ago
  11. f555a73 vRouter should only process configured ports. by Charles Chan · 8 years ago
  12. 8bf77b7 Improve the method to loading configurations from OSGI by maojianwei · 8 years ago
  13. 39fff10 Method name refactor in DistributedPrimitive + Builder for AsyncLeaderElector by Madan Jampani · 8 years ago
  14. ea9eed9 remove eapol rule when vlan rules are pushed. by alshabib · 8 years ago
  15. 6be7095 Make PIM hello interval configurable on a per-interface basis. by Jonathan Hart · 8 years ago
  16. 6ccfc5a Fixes to the IGMP app to process group membership reports by Jonathan Hart · 8 years ago
  17. 9cf43db Implemented dummy Neutron ML2 plugin handler by Hyunsun Moon · 8 years ago
  18. fdbc0fc Merge various resource type completers as one completer for CPMan by Jian Li · 8 years ago
  19. 72b9b12 [ONOS-3535] Accumulate control message stats using monitor service by Jian Li · 8 years ago
  20. bcad55b Added some incoming JoinPrune processing by Rusty Eddy · 8 years ago
  21. fe69e9a fixing igmp bootstrap issues by alshabib · 8 years ago
  22. 5c5ddcd Add unit tests for ControlMessageEvent and DefaultControlMessage by Jian Li · 8 years ago
  23. 8f8060d olt installs default flows when ports appear and/or when config is uploaded. by alshabib · 8 years ago
  24. 01a6167 Define a new control message to control metric type mapper by Jian Li · 8 years ago
  25. 1d00639 Move multicast CLI commands into the core with the core mcast system. by Jonathan Hart · 8 years ago
  26. fcdcb4f Add basic multicast RIB synchronization over REST by Jonathan Hart · 8 years ago
  27. 1446aef Add dependency between onos-app-cpman and onos-of-provider-message by Jian Li · 8 years ago
  28. 4545cf1 [ONOS-3537] Initial implementation of ControlMessageManager by Jian Li · 8 years ago
  29. 538be74 Refactored primitive builders to consolidate methods into the base DistributedPrimitiveBuilder by Madan Jampani · 8 years ago
  30. 640f183e CORD-536 Support bidirectional connectivity between two services with dependency by Hyunsun Moon · 8 years ago
  31. 883fd37 Added interfaces configuration to allow vRouter to be selective about what by Jonathan Hart · 8 years ago
  32. 133fd79 CORD-524 Added a state to set data plane IP to br-int by Hyunsun Moon · 8 years ago
  33. 54119bb Add neighbor lifecycle management. by Jonathan Hart · 8 years ago
  34. 5af5f14 Added configuration for PIM interfaces. by Jonathan Hart · 8 years ago
  35. 36fd31e Finish off a couple of things to get PIM to send HELLOs. by Jonathan Hart · 8 years ago
  36. e5ec240 fixing events in the olt when olt availability changes by alshabib · 8 years ago
  37. 93a1383 Add skeletal CPMan manager component interfaces by Jian Li · 8 years ago
  38. 03adb49 moving igmp app to use access device config by alshabib · 8 years ago
  39. 7115cd2 Initial implementation of cord multicast application by alshabib · 8 years ago
  40. bbc7ead Fixed a bug that optical intent compilers never release resources reserved during compilation. by Naoki Shiota · 8 years ago
  41. 483e29f CORD-524 Added utils to execute IP commands to a remote host by Hyunsun Moon · 8 years ago
  42. b4348d5 Fix NoClassDefFoundError when execute dhcp-set-static-mapping by Jian Li · 8 years ago
  43. 5db8e05 [ONOS-3793] Implements the Openstack Security Group REST call parser by sangho · 8 years ago
  44. 6b04558 Add CLI for viewing FPM connections. by Jonathan Hart · 8 years ago
  45. 33b81f2 Move TestIntentServiceHelper to routing-api bundle by Jonathan Hart · 8 years ago
  46. 85060ac [ONOS-3662] Add CLI for control plane manager by Jian Li · 8 years ago
  47. 17d38f4 Remove OFDPA /32 -> ECMP workaround by Charles Chan · 8 years ago
  48. 4983164 Two fixes: 1) cpqd emulation of ofdpa pops off internal vlan before sending to controller by Saurav Das · 8 years ago
  49. c27b6b2 Fix files with windows line endings + Add checkstyle rule to catch this issue by Madan Jampani · 8 years ago
  50. 1fdd224 Not allow null value for all control metrics, revise unit test by Jian Li · 8 years ago
  51. c5cb4a1 Clean code and refine javadocs for control plane manager by Jian Li · 8 years ago
  52. e17d328 Adds abstract distributed primitive builder + Refactored AtomicCounter and AtomicValue builder to make use of it. by Madan Jampani · 8 years ago
  53. dd45720 FaultManagement: topo overlay - rename variable to match service name. by Simon Hunt · 8 years ago
  54. 7d180c5 Implement updateMetric and getLoad methods of ControlPlaneMonitor by Jian Li · 8 years ago
  55. fb631b4 Removed static DHCP mapping when a VM is vanished by Hyunsun Moon · 8 years ago
  56. 56dcdce Fixes deadlock in dhcp ip assignment logic caused by nesting calls to distributed primitives. by Madan Jampani · 8 years ago
  57. ba6b117 Add resource name param to diskMetrics and networkMetrics method by Jian Li · 8 years ago
  58. 5173188 updated mcastforwarding to handle new events by Julian Lawrence · 8 years ago
  59. de15e1c Remove references to SDN-IP from components that have been generalized. by Jonathan Hart · 8 years ago
  60. c7a981f adding remove subscriber command by alshabib · 8 years ago
  61. 5c8257b [ONOS-3832] Sfc manager register with packet subsystem by Phaneendra Manda · 8 years ago
  62. 1d3eac9 Added static DHCP lease for a new host by Hyunsun Moon · 8 years ago
  63. 0b41d29 FaultManagement: Adding multi-clock glyph to topo overlay. by Simon Hunt · 8 years ago
  64. 122b4f5 [ONOS-3867] Class cast exception bug fix by sangho · 8 years ago
  65. ec343ff Implement DefaultControlLoad, add lastUpdate for MetricsDatabase by Jian Li · 8 years ago
  66. 3afbc7f Adding ability to project device, link and host model as alternate entities. by Thomas Vachuska · 8 years ago
  67. 1c694bb Fault Management App: alarm clock glyph. by Simon Hunt · 8 years ago
  68. 81ab23b Added drop rules to prevent packets for virtual networks go out by Hyunsun Moon · 8 years ago
  69. 9186613 Lowered some warning levels by Hyunsun Moon · 8 years ago
  70. 10a2070 [ONOS-3851] Add skeletal code of Web GUI for Control Plane Manager by Jian Li · 8 years ago
  71. 54df73e [ONOS-3648] Rename CPMan REST API prefix by Jian Li · 8 years ago
  72. 086eee9 don't install filtering objectives on uplink port by alshabib · 8 years ago
  73. 14d147d [WIP] Fixed for controller to not to reply ARP request from physical by Hyunsun Moon · 8 years ago
  74. 4614890 [ONOS-3536] Implement back-end metrics saving logic using RRD by Jian Li · 8 years ago
  75. d52bffc CORD-484 Support management network for a VM by Hyunsun Moon · 8 years ago
  76. 916bf89 vRouter: ignore routes that don't come from Quagga by Jonathan Hart · 8 years ago
  77. 3623cb6 [ONOS-3697] Remove flow rules and dhcp mapping for router when it is removed. by sangho · 8 years ago
  78. 620f70d LeadershipStore updates: by Madan Jampani · 8 years ago
  79. 79c4f1b Fix openstackswitching app activation issue by Jian Li · 8 years ago
  80. 6b86a76 Split CPMan into api and app submodules by Jian Li · 8 years ago
  81. c132c11 [ONOS-3648] Implement REST API for collecting system metrics by Jian Li · 8 years ago
  82. e044d1a Augment metrics model to monitor more # of control metrics by Jian Li · 8 years ago
  83. 51539b8 Enforce naming convention regarding abbreviations by Jonathan Hart · 9 years ago
  84. 4d5a92f Added a Scheduled Executor, PIM packet maker to generate hello packets by Rusty Eddy · 8 years ago
  85. 87f90e4 adding the listener to the device service by alshabib · 8 years ago
  86. 31980ab Optical path provisioner packet layer check by Ayaka Koshibe · 8 years ago
  87. 6516787 minor optical app pom.xml fix by HIGUCHI Yuta · 8 years ago
  88. 14967c2 CORD-389 Fix for Accton 6712 deployment by Charles Chan · 8 years ago
  89. fa24218 Added destroy() method to DistributedPrimitive interface by Madan Jampani · 8 years ago
  90. 2693bda Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 8 years ago
  91. 7cfd4433 ONOS-3704 - Cleaning up Maven build warning messages and cleaning up some versions of thirdparty libraries. by Brian Stanke · 8 years ago
  92. 5d7c998 [ONOS-3689] Implement skeleton of Neutron L3 service plugin by Kyuhwi Choi · 8 years ago
  93. 6f065b7 ONOS-3731 new keybindings in pathpainter app for selecting src and dst by Andrea Campanella · 8 years ago
  94. e4583fd [ONOS-3702] Clean up pom.xml dependency, bump up omitted dependency by Jian Li · 8 years ago
  95. 746956f CORD-483 Made virtual network gateway MAC address configurable by Hyunsun Moon · 8 years ago
  96. 7f256f5 Fix all javadoc warnings by Jian Li · 8 years ago
  97. dfba739 Fix javadoc warnings by Jian Li · 8 years ago
  98. 49cb5a1 Changes to vRouter to accomodate ofdpa and softrouter pipelines. by Saurav Das · 8 years ago
  99. d0dd135 API changes for net config link provider by Ray Milkey · 8 years ago
  100. a9a1bbd Bump up fasterxml jackson lib to 2.7.0 and clean up dependencies by Jian Li · 8 years ago