1. bb42423 olt installs default rules on startup and when a port shows up by alshabib · 8 years ago
  2. 5a4346f Avoid using exception in not exceptional logic by Hyunsun Moon · 8 years ago
  3. 6816f25 Added debug info to ArpHandler and priorities to RoutingPopulator by Flavio Castro · 8 years ago
  4. 4a91515 CORD-472 Added table 0 and physical access rules by Hyunsun Moon · 8 years ago
  5. b219fc4 CORD-471 Added physical port and data plane IP as node attribtes by Hyunsun Moon · 8 years ago
  6. 02cbe6a OLT ability to remove a subscriber by alshabib · 8 years ago
  7. 80cfe45 Replace deprecated JsonObject.readFrom() with Json.parse().asObject by Jian Li · 8 years ago
  8. ea49238 Control plane redirect for OSPF traffic by Jonathan Hart · 8 years ago
  9. 4590604 Use Objects.nonNull() to check if non-null by Sho SHIMIZU · 8 years ago
  10. 5df6518 [ONOS-3696] Remove flow rules when a VM is terminated by Daniel Park · 8 years ago
  11. fa0dc66 adding a criterion for inner vlans used by olt to match on the inner vlan by alshabib · 8 years ago
  12. f6735b2 [Falcon] SONA: creates a new thread for handling network config events by sanghoshin · 8 years ago
  13. 1c96510 Renaming Partition{Service, Manager, Event} to IntentPartition{Service, Manager, Event} to better disambiguate between another PartitionService that is responsible for managing datastore partitions by Madan Jampani · 8 years ago
  14. c032c83 Reduce use of deprecated ClusterCommunicationService.addSubscriber() by Sho SHIMIZU · 8 years ago
  15. 72ee30c [ONOS-3730] Populate portSpeed for ODUCLT and OCH ports. by Toru Furusawa · 8 years ago
  16. 3930f63 FPM component that can decode routes from Quagga's FIB push interface. by Jonathan Hart · 8 years ago
  17. f789520 Handled exception case of OpenStack network type by Hyunsun Moon · 8 years ago
  18. 49cadbd olt sends an event when registering a subscriber by alshabib · 8 years ago
  19. aef4585 Revert changes to use constants for Sonar suppression by Ray Milkey · 8 years ago
  20. 6b139b4 adding Access device events and a listener by alshabib · 8 years ago
  21. 6344f57 Implemented control plane redirect for control traffic. by Jonathan Hart · 8 years ago
  22. a059a70 Fix javadoc build - ampersands are bad by Ray Milkey · 8 years ago
  23. ce3b28e Moved sdnip.json config example to the reactive-routing app. by Jonathan Hart · 8 years ago
  24. be8edcb Added more debug messages by Hyunsun Moon · 8 years ago
  25. 4ae5aa8 Blew away old version of PIM to restructure. And: by Rusty Eddy · 8 years ago
  26. c98e7c5 Improved openstackSwitching ARP handler by Hyunsun Moon · 8 years ago
  27. 42c7b4e CORD-416 Implemented ARP proxy for service IPs by Hyunsun Moon · 8 years ago
  28. 68c4fc4 [ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes by Jian Li · 8 years ago
  29. 61ab5e0 Fixed a stale pom.xml version. by Thomas Vachuska · 8 years ago
  30. 188ebf5 Segment Routing bug fix and enhancement by Charles Chan · 8 years ago
  31. 3604bbc Skeleton of the vRouter application by Jonathan Hart · 8 years ago
  32. fa790f6 Refactored Mfwd to use new mcastroutemanager by Julian Lawrence · 8 years ago
  33. 11aa343 IgpFlags code fix by Priyanka B · 8 years ago
  34. 6080432 [ONOS-3535] Implement control metrics aggregation logic by Jian Li · 8 years ago
  35. ca47cd7 Allow SingleSwitchFibInstaller to support untagged interfaces. by Jonathan Hart · 8 years ago
  36. 4161e6f CORD-417 Update group buckets when a VM is created or terminated by Hyunsun Moon · 8 years ago
  37. c71231d [Falcon] CORD-366 Implemented CORD service dependency API and pipeline by Hyunsun Moon · 8 years ago
  38. 762df81 [ONOS-3726] Update L3's bug about deleting router interface and unbind by lishuai · 8 years ago
  39. 79f6732 [ONOS-3642] Add missing meter icon in topology view by Jian Li · 8 years ago
  40. 2bac2f2 Move BGP speaker/peer commands to routing bundle by Jonathan Hart · 8 years ago
  41. 6af92be Move IntentSynchronizer to routing bundle. by Jonathan Hart · 8 years ago
  42. 0660510 Attempt to fix ONOS-3460 by Ray Milkey · 8 years ago
  43. 095f6c7 [ONOS-3664] Update the bug: the ports command for restful can not get by lishuai · 8 years ago
  44. b43dbf7 [ONOS-3659] Submit the modified content of onos-1.4 to onos-master. by lishuai · 8 years ago
  45. c22e847 [Falcon] More flexible component choice for routing apps by Jonathan Hart · 8 years ago
  46. 9f87e51 Sonar related fixes by Ray Milkey · 8 years ago
  47. c18d0e3 Fix compilation problem on some versions of the JVM by Ray Milkey · 8 years ago
  48. 9092db8 Event history service and CLI by HIGUCHI Yuta · 8 years ago
  49. b8b8d75 Fixed setting of flowPriority and flowTimeout default values after scr property-delete by Antonio Marsico · 8 years ago
  50. c49feb4 Remove unneccesary exception handler by Ray Milkey · 8 years ago
  51. f2ca7e5c [Falcon] SONA : Supports port-create without fixed IPs by sangho · 8 years ago
  52. 0fce040 Fixed a comment cut and paste typo by Ray Milkey · 8 years ago
  53. 6b530ac Fixing a bug in XosIntegration by Qianqian Hu · 8 years ago
  54. 33836df Fix bugs for AaaManger and RADIUS by Qianqian Hu · 8 years ago
  55. ac41bf7 [ONOS-3203] Migrate to 1.5.0-SNAPHOT by kmcpeake · 8 years ago
  56. b172d5f [ONOS-3203] End-to-end demo of Fault Management via SNMP. by kmcpeake · 8 years ago
  57. 79e5287 [Falcon] Refactored mcast store implementation. by alshabib · 8 years ago
  58. 1978a43 Pom fixes for issues that may potentially break the build by Jonathan Hart · 8 years ago
  59. df20709 [Falcon] Split FlowObjectives programming component out of by Jonathan Hart · 8 years ago
  60. 1b1537c Fixed app id registration for the ACL manager. by Thomas Vachuska · 8 years ago
  61. bfc47d1 [Falcon] CORD-368 Skeleton of service dependency APIs by Hyunsun Moon · 8 years ago
  62. 02f3af0 [Falcon] Dhcp Bug Fix by daniel · 8 years ago
  63. 365335e [Falcon] Componentize IntentSynchronizer and SdnIpFib. by Jonathan Hart · 8 years ago
  64. 8ee22e0 Fixed setting network name to network type by Hyunsun Moon · 8 years ago
  65. 28dd15e Removed merge conflict comments by Hyunsun Moon · 8 years ago
  66. 30d3f8b [Falcon] Add REST APIs for the OLT app by Ray Milkey · 8 years ago
  67. 4fd3ceb [Falcon] fixes for Sonar Critical bugs by Ray Milkey · 8 years ago
  68. baf7054 [Falcon] Fixed to avoid exception cases for compute node bootstrap by Hyunsun Moon · 8 years ago
  69. 429a116 Fixing pom files for API docs. by Thomas Vachuska · 8 years ago
  70. 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 8 years ago
  71. 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 8 years ago 1.4.0
  72. d6f0c9e [ONOS-3624] update vtnweb's bug and add Not-Null constraints of export. by lishuai · 8 years ago
  73. 70304d1 [ONOS-3606] update vtn's bug: if ovs has a plurality of bridge, the code by lishuai · 8 years ago
  74. 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  75. d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 8 years ago 1.4.0-rc3
  76. b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  77. 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 8 years ago 1.4.0-rc2
  78. f178163 Updating application appIds for optical by Brian O'Connor · 8 years ago
  79. ba22572 Removed workaround codes related to OVSDB device availability issue by Hyunsun Moon · 8 years ago
  80. ca37aa2 Moving host mobility event handler to separate thread by Brian O'Connor · 8 years ago
  81. 2c30530 Deprecate IndexedLambda and remove from optical intent compiler. by Marc De Leenheer · 8 years ago
  82. 423fe2b CORD-354 OF-DPA support for link-failures. by Saurav Das · 8 years ago
  83. 74e4b78 Equals and Hash code fix for byte array. by Shashikanth VH · 8 years ago
  84. be5c24c Check doNotFlushFlows flag in initilizeFlowRules by Hyunsun Moon · 8 years ago
  85. 58174e4 Fixed router and domain address order in IpAssignment build method by Hyunsun Moon · 8 years ago
  86. 590d93a [ONOS-3596] update VTN's bug: delete local broadcast flows unsuccessfully. by lishuai · 8 years ago
  87. c5827d5 SONA : OpenstackSwitching by sanghoshin · 8 years ago
  88. a3f51b5 [ONOS-3116] Port Chain manager test case fixed by Bharat saraswal · 8 years ago
  89. 513e817 [ONOS-3111] Port pair group manager test case fixed by Bharat saraswal · 8 years ago
  90. 89f5f0d [ONOS-3110] Port pair manager test case fixed by Bharat saraswal · 8 years ago
  91. 9435850 [ONOS-3113] Flow Classifier Manager test case fixed by Bharat saraswal · 8 years ago
  92. 1adafb3 javadoc fixed for service function forwarder by Bharat saraswal · 8 years ago
  93. f4ffb94 [SONA] OpenstackSwitching : network() and subnet() by sanghoshin · 8 years ago
  94. 013a7bc Naming convention by Shashikanth VH · 8 years ago
  95. 1060161 javadoc fixed in classifierService by Bharat saraswal · 8 years ago
  96. 3c494e8 [ONOS-3108] flow classifier codec changes by Bharat saraswal · 8 years ago
  97. 15092f6 [ONOS-3116] Service Function Chain Manager changes by Mahesh Poojary Huawei · 8 years ago
  98. 96cdcd2 [ONOS-3119] Flow-classifier installer changes by Mahesh Poojary S · 8 years ago
  99. e5cbab9 [ONOS-3120] Service function forwarder changes by Mahesh Poojary S · 8 years ago
  100. 74f2d53 [ONOS-3585] Add the cli of setting external port name. by lishuai · 8 years ago