1. 47f09c5 Remove deprecated FlowRuleExtPayLoad API by Ray Milkey · 5 years ago
  2. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  3. 4160574 Support for generic table IDs in flow rules by Carmelo Cascone · 7 years ago
  4. 485da34 Optimize FlowId hash computation. by Jordan Halterman · 7 years ago
  5. fa394de Fix for ONOS-5175. GroupId refactoring. by Yi Tseng · 7 years ago
  6. 2b3e22b Minor cleanups for DefaultFlowRule. by Jonathan Hart · 7 years ago
  7. c6759e8 ONOS-4374 Enable installing flows with hard_timeout by Murat Parlakisik · 8 years ago
  8. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  9. 14dc513 Fix for the Issue - flow rules greater than max-priority ONOS-4613 . by Kavitha Alagesan · 8 years ago
  10. 7bfbc1c ONOS-4154 generates consistent hash for flow ID across multiple instances by Hyunsun Moon · 8 years ago
  11. b05be2d Adding support to remove a subscriber. by alshabib · 8 years ago
  12. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  13. f032511 Bug fix: display correct treatment content by Jian Li · 8 years ago
  14. 8bac576 Not allow to assign values to appId and cookie at the same time by Jian Li · 8 years ago
  15. 24e296b Prevent null treatments by Jonathan Hart · 8 years ago
  16. cc4754d ONOS-3593 Fix NPE when selector or treatment is not assigned in FlowRule.Builder by Charles Chan · 8 years ago
  17. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  18. 65d551b Compute the flow ID at build time rather than when fromApp() is called. by Jonathan Hart · 9 years ago
  19. f44e42c Fix for flow equality bug which can cause: by Jonathan Hart · 9 years ago
  20. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  21. 711db55 Fixed ONOS-2051 by eliminating treatment and priority from flow id/cookie. by Thomas Vachuska · 9 years ago
  22. 607b1ff Group ID was set to null in a DefaultFlowRule constructor. by Jonathan Hart · 9 years ago
  23. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  24. 3ea4662 Removing dependency on lower level drivers for the BGPRouter application. by Saurav Das · 9 years ago
  25. d17abc2 Refactored driver to use new FlowRule api. by alshabib · 9 years ago
  26. 08d9898 FlowRule api no longer uses TableTypes. Existing usages are converted to by alshabib · 9 years ago
  27. db77407 Introduced a builder for flowrules and deprecated the old flowrule constructors. by alshabib · 9 years ago
  28. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  29. 8ef6d3b Minor tweaks to the flow layer. by Jonathan Hart · 9 years ago
  30. fa2fa93 A set of fixes to ensure that the FlowRuleManager can correctly account for flows by Saurav Das · 9 years ago
  31. cbe6de3 Fixing a couple of bugs in default entries for corsa pipeline. by Saurav Das · 9 years ago
  32. 142b758 Initial implementation: The init extended flow rule and store interface APIs by Hongtao Yin · 9 years ago
  33. b1224ab Revert "FlowRule equals() incorporates FlowId to factor in treatment." by Ayaka Koshibe · 9 years ago
  34. 38f8c23 FlowRule equals() incorporates FlowId to factor in treatment. by Ayaka Koshibe · 9 years ago
  35. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  36. 467ccf7 DefaultFlowRule: remove deprecated constructor by Yuta HIGUCHI · 9 years ago
  37. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  38. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/api/src/main/java/org/onlab/onos/net/flow/DefaultFlowRule.java]
  39. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  40. 7453b48 Remove logger due to data class by Sho SHIMIZU · 9 years ago
  41. 75a5bd9 Change return type of groupId() in FlowRule not to misusing underlying type by Sho SHIMIZU · 9 years ago
  42. 28204e5 adding group id to flowrules by alshabib · 9 years ago
  43. 1e20711 Unit tests for the DefaultFlowRule class by Ray Milkey · 9 years ago
  44. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  45. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  46. 83e090e Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  47. bc4a793 Allowed flows to be permanent by Jonathan Hart · 10 years ago
  48. 3498aab each FlowEntry instance should not have logger instance by Yuta HIGUCHI · 10 years ago
  49. 92c65ad real application ids by alshabib · 10 years ago
  50. 8ca5390 added hashcode and equals to treatments by alshabib · 10 years ago
  51. 58747a6 fixing flow rule service timeout and notion of identity by alshabib · 10 years ago
  52. 1c319ff the return of the flowentry by alshabib · 10 years ago
  53. a0e0498 illegalArgument exception for priority by alshabib · 10 years ago
  54. 5fe8f4c priority 0 is off limits; because of OF13 by alshabib · 10 years ago
  55. ba5ac48 flowrules no longer install a timeout but are monitored by onos in order to be expired by alshabib · 10 years ago
  56. 6eb438a fixes for office deployment by alshabib · 10 years ago
  57. a68eb96 resilient flows and application id by alshabib · 10 years ago
  58. 54ce589 supporting multipart stats replies: tested upto 15K rules by alshabib · 10 years ago
  59. fc9a4ff Fixed equals methods for better efficiency. Cleaned up ClusterService API. by tom · 10 years ago
  60. bb8b128 tests for flow service by alshabib · 10 years ago
  61. 219ebaa flowrule states functional by alshabib · 10 years ago
  62. 9290eea small fix to flowid by alshabib · 10 years ago
  63. a7f7ca8 trying to fix flow state by alshabib · 10 years ago
  64. 6b5cfec stats reported by alshabib · 10 years ago
  65. 9704490 building flowrules by alshabib · 10 years ago
  66. d4e53e1 Consolidated FlowEntry into FlowRule by Ayaka Koshibe · 10 years ago
  67. b55524f Tests for FlowRuleStore plus bugfixes by Ayaka Koshibe · 10 years ago
  68. 08eabaa added simple storage to SimpleFlowRuleManager by Ayaka Koshibe · 10 years ago
  69. 7b2748f flowrules are pushed: we still have an intermittent hang though by alshabib · 10 years ago