1. 8d03f18 ONOS controls the packet count field from flow statistics to check flow liveness, but some switches (such as Pica8) do not support packet count field of the flow statistics. Pica8 switch sends "-1" as the packet count. Even though packets match flow rules, when the idle-timeout time is up, ONOS deletes these rules based on the packet count field anyways. Therefore, just checking the packet count field is not enough for this situation. Pica8 sends byte count properly. If ONOS checks both packet and byte count, this problem will be solved. I would like to add byte count check to FlowRuleManager - checkRuleLiveness method. by Gamze Abaka · 7 years ago
  2. dbfff06 [WIP] Block ConfigFileBasedClusterMetadataProvider until valid configuration is found. by Jordan Halterman · 7 years ago
  3. 5395e64 ONOS-6824 Unit tests for Translation of all criterion types in PiFlowRuleTranslationService by zhiyong ke · 7 years ago
  4. 64313cb Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  5. 7e28519 Tagging 1.11.0-b2 by Ray Milkey · 7 years ago 1.11.0-b2
  6. 44daf56 Registering BMv2 default/base pipeconf at driver loading by Carmelo Cascone · 7 years ago
  7. 4a7d1e1 [ONOS-6775] Fix incorrect flows add/removed by IntentInstaller by Yi Tseng · 7 years ago
  8. 3bf5157 Removed unnecessary criterion translators by Carmelo Cascone · 7 years ago
  9. 897fd2d ONOS-6604 More criterion translators for PiFlowRuleTranslationService by zhiyong ke · 7 years ago
  10. 48f99fa [ONOS-6556] Implementation of PiPeconfService by Andrea Campanella · 7 years ago
  11. 4f3193a [ONOS-6721] Add dependency of FlowRuleManager on DriverService to ensure driver service is bound prior to usage. by Jordan Halterman · 7 years ago
  12. f2e6a48 ONOS-6604 Translation of all criterion types in PiFlowRuleTranslationService by zhiyong ke · 7 years ago
  13. bc112a9 [ONOS-6564] Adding PiPeconf behaviours to driver for device. by Andrea Campanella · 7 years ago
  14. 1667fbb ONOS-6776 ImmutableMap.of use error by zhiyong ke · 7 years ago
  15. f14cc6d Fix SNAPSHOT version string by Ray Milkey · 7 years ago
  16. df37973 Revert "Use DAD to probe if interface MAC is not supplied" by Charles Chan · 7 years ago
  17. 7463193 Starting snapshot 1.11-SNAPSHOT by Ray Milkey · 7 years ago
  18. 00a5996 ONOS-6605 PI flow rule translator implementation by Carmelo Cascone · 7 years ago
  19. 7e40c01 [ONOS-6607] Get active flow entries count in FlowRuleService by Patryk Konopka · 7 years ago
  20. 888e20a Remove host location when port down or device down by Charles Chan · 7 years ago
  21. 61fc0d8 Extend Network Config Host Provider to support multihoming by Charles Chan · 7 years ago
  22. 19afc03 Migrate HashedWheelTimer to netty 4 by Yuta HIGUCHI · 7 years ago
  23. 9eed0b1 Revisit Annotations merging by Yuta HIGUCHI · 7 years ago
  24. 45ff2d9 Shutdown shared scheduled executor on Core deactivate by Yuta HIGUCHI · 7 years ago
  25. 3142f64 Avoid accidental link type override by Yuta HIGUCHI · 7 years ago
  26. 2ad387d Respect bidirectional link config by Yuta HIGUCHI · 7 years ago
  27. 0c6182f Remove deprecated proxy ARP implementation by Ray Milkey · 7 years ago
  28. a695719 Remove deprecated flow statistics APIs by Ray Milkey · 7 years ago
  29. 686fba0 Remove deprecated MPLS Intent classes by Ray Milkey · 7 years ago
  30. dcd5c5c remove deprecated intent compilation exception class by Ray Milkey · 7 years ago
  31. 5777064 [ONOS-6534]Device Null Point Error is Expected in PacketManager by hyunho1986 · 7 years ago
  32. a945853 Use DAD to probe if interface MAC is not supplied by Charles Chan · 7 years ago
  33. b32f774 [ONOS-6397] Fix incorrect filtering objective condition from Intent copmiler. by Yi Tseng · 7 years ago
  34. 0db1f3b [ONOS-6481] Fix Intent resource release issue by Yi Tseng · 7 years ago
  35. 8521f81 remove deprecated isDurable() method by Ray Milkey · 7 years ago
  36. a684b6e Add K-shortest path API to PathService. by Yuta HIGUCHI · 7 years ago
  37. 498fa1d Bump Guava to 21.0 by Yuta HIGUCHI · 7 years ago
  38. d3a0b21 Fix latency constraint by dingdamu · 7 years ago
  39. 4f8a377 ONOS-6468 Fix for race condition between compilation and installation complete state. by Yuta HIGUCHI · 7 years ago
  40. 1666b50 [ONOS-6476] Fix performance issue of FlowObjectiveManager by Yi Tseng · 7 years ago
  41. 048bf9a Remove deprecated API from the Interface class by Ray Milkey · 7 years ago
  42. ffbad3b ONOS-5784: Empty latitude/longitude in ONOS Web UI by Simon Hunt · 7 years ago
  43. f76f6d5 Add more log for debugging. by Yuta HIGUCHI · 7 years ago
  44. 965da1f Fix wrong logger by Yuta HIGUCHI · 7 years ago
  45. 08b03a9 Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  46. 24d9be7 [ONOS-6446] ObjectiveTrackerService is not a public service by Yi Tseng · 7 years ago
  47. 1547b3f CORD-1180 Collection of fixes for hash-group buckets. Required the following changes: by Saurav Das · 7 years ago
  48. 49a2b2e Fix incorrect state of Intent after re-installed from FAILED state. by Yi Tseng · 7 years ago
  49. 8c9a701 [ONOS-6354] CFG values and applied values are mismatching while trying to set a property with an invalid value by sivachidambaram subramanian · 7 years ago
  50. 60e4000 modify the bug of https://jira.onosproject.org/browse/ONOS-6286 by zhiyong ke · 7 years ago
  51. 8091877 [ONOS-6414] use Config object from NetworkConfigEvent to avoid NPE by Yuta HIGUCHI · 7 years ago
  52. c927a06 [ONOS-6348] Intent installer redesign by Yi Tseng · 7 years ago
  53. 770093f Extension of the LinkCollectionCompiler to support Domains by Thomas Szyrkowiec · 7 years ago
  54. 2103304 Fix to enable adding INDIRECT link via BasicLinkConfig by Yuta HIGUCHI · 7 years ago
  55. 0164c1c Log some context when Intent failed. by Yuta HIGUCHI · 7 years ago
  56. a271faa Implementation of the DomainService by Michele Santuari · 7 years ago
  57. 65d9d0e [ONOS-6412] allocate resource by Intent.Key by Yuta HIGUCHI · 7 years ago
  58. f00087c Intent installer and operations for domain intents. by Andreas Papazois · 7 years ago
  59. 03df2a5 Domain intent manager by Michele Santuari · 7 years ago
  60. ac8b229 ONOS-6225 Expose k-shortest path search as part of TopologyService. by Yuta HIGUCHI · 7 years ago
  61. 11b99fc Refining driver subsystem to facilitate coordinated start-up. by Thomas Vachuska · 7 years ago
  62. e4cb8cf Manage misleading log messages by Yuta HIGUCHI · 7 years ago
  63. 8fd28c7 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  64. f009902 Tagging 1.10.0-rc1 by Ray Milkey · 7 years ago 1.10.0-rc1
  65. 660aedf Avoid interacting with SB if nothing to do by Yuta HIGUCHI · 7 years ago
  66. 8f60ff8 ONOS-6257: fixing Region-peer-location function... by Simon Hunt · 7 years ago
  67. 424bfa7 [ONOS-6302] Fix wrong flow rules when install flow rule Intents by Yi Tseng · 7 years ago
  68. 84c5a3d [ONOS-6303] Fix incorrect flow rule from link collection Intent compiler by Yi Tseng · 7 years ago
  69. a64f0c8 [ONOS-5932] New FlowObjective compiler for LinkCollection Intent by Yi Tseng · 7 years ago
  70. 38fc71e [ONOS-6016] Enhance IntentInstaller for FlowObjective by Yi Tseng · 7 years ago
  71. 076a788 Avoid unnecessary FlowRuleProgrammable polling by Yuta HIGUCHI · 7 years ago
  72. 8c47efe Make sure backup path satisfies constraints by Yuta HIGUCHI · 7 years ago
  73. 76a3d67 ONOS-6265 fixes the issue: intentManager.unregisterCompiler error by wu · 7 years ago
  74. 36cbc71 Fix problem with cluter not forming by Ray Milkey · 7 years ago
  75. e4afdb5 Fix Sonar errors: public data members in classes by Ray Milkey · 7 years ago
  76. a3fcf67 Fix Sonar issue: by Jon Hall · 7 years ago
  77. 5473471 Showing more information in pending-obj-nexts by Charles Chan · 7 years ago
  78. 1f3b372 Log port registration error by Yuta HIGUCHI · 7 years ago
  79. ddfa8c9 Fix for JIRA issue ONOS-6160. To avoid possible null pointer reference for 'device' object in file 'DeviceManager.java' at line no 574. by nitinanand · 7 years ago
  80. f4edb31 HostMonitor: Only probe directly if we are not already monitoring the host. by Jonathan Hart · 7 years ago
  81. 9238b38 Probe all interfaces that contains given IP by Charles Chan · 7 years ago
  82. a2a4f34 lower log level when pipeliner not supported by Yuta HIGUCHI · 7 years ago
  83. 4effa06 Make LinkManager aware of unidirectional links. by Marc De Leenheer · 7 years ago
  84. 0f4d63a Proper handling of Link expected state by Yuta HIGUCHI · 7 years ago
  85. edd932f use toImmutableSet converting Stream to Set by Yuta HIGUCHI · 7 years ago
  86. 76767fa "inject" Device provider by Yuta HIGUCHI · 7 years ago
  87. 9753fc1 [ONOS-6118] Revert default number of threads in FlowObjectiveManager to 4 by Yi Tseng · 7 years ago
  88. d4e08c4 Ensure periodic polling thread to survive exception. by Yuta HIGUCHI · 7 years ago
  89. 374c5f3 Make number of threads in FlowObjectiveManager configurable by Yi Tseng · 7 years ago
  90. b0ae6ee CORD-999 changes to support vlans by Saurav Das · 7 years ago
  91. e37560f Some class of constraints should not be used for link cost evaluation. by Yuta HIGUCHI · 7 years ago
  92. 48dcd37 ONOS-6059 Favor FlowRuleProgrammable by Yuta HIGUCHI · 7 years ago
  93. 29ecdee Do not override configured hosts by Charles Chan · 7 years ago
  94. ce77433 [ONOS-5911] Port removal after receiving OFPR_DELETE port status reason. by Michal Mach · 7 years ago
  95. 3120778 CLI to configure extra link attributes by Yuta HIGUCHI · 7 years ago
  96. 2ef8014 Resolve NullPointerException when release resource by Yi Tseng · 7 years ago
  97. f92598b Fix reference comparison of object by Yuta HIGUCHI · 7 years ago
  98. 7438f5a Mechanism to add Port annotation via netcfg by Yuta HIGUCHI · 7 years ago
  99. 59bde76 minor trace logging fixes by Yuta HIGUCHI · 7 years ago
  100. bc30e68 More plumbing of grid coordinates vs. geo coordinates. by Simon Hunt · 7 years ago