1. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  2. 82895d7 Fix typo in help string by Ray Milkey · 9 years ago
  3. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  4. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  5. 04c7832 ONOS-812 - incorrect default values in CLI help by Ray Milkey · 9 years ago
  6. 356f28a ONOS-434 - Filter out inactive nodes from the summary information in the CLI by Ray Milkey · 9 years ago
  7. aab51a3 Added missing CLI output of HostToHostIntent-specific info by Pavlin Radoslavov · 9 years ago
  8. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  9. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  10. ab98466 adding license to ALL files by alshabib · 9 years ago
  11. 4785eec removing some TODOs by alshabib · 9 years ago
  12. 4712e21 IntentPushTestCommand: removing space in 'name' by Yuta HIGUCHI · 9 years ago
  13. 87695b8 IntentPushTestCommand: ignore IntentEvent submitted by others by Yuta HIGUCHI · 9 years ago
  14. 9692705 Changed the generation of MAC addresses when by Pavlin Radoslavov · 9 years ago
  15. ad49299 IntentPushTestCommand: attempt to fix negative duration by Yuta HIGUCHI · 9 years ago
  16. 39cb61c Change summary command output: cluster -> SCC(s) by Yuta HIGUCHI · 9 years ago
  17. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  18. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  19. ae3e733 Fixing PushTestIntents command to ignore WITHDRAW_REQ by Brian O'Connor · 9 years ago
  20. 67c0514 Updated the "intents -s" Intents CLI summary command to print by Pavlin Radoslavov · 9 years ago
  21. 23ab0fa Comment out commands, which we do not support for this release. by Yuta HIGUCHI · 9 years ago
  22. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  23. 8d21c79 LeadershipService API change: Using NodeId in place of ControllerNode. by Madan Jampani · 9 years ago
  24. a9819bf fix intent issues yuta observed by alshabib · 9 years ago
  25. a0d3100 Updates to push-intent and leaders command. by Brian O'Connor · 9 years ago
  26. c2bf3d8 IntentManager: use IntentStore batch APIs by Yuta HIGUCHI · 9 years ago
  27. 1e68bdd Added ability to force mastership re-balancing between instances from the GUI. by Thomas Vachuska · 9 years ago
  28. 3ea690b ONOS-365 Excluding intents with state=null from output. by Thomas Vachuska · 9 years ago
  29. 82e5326 For ONOS-356 by Yuta HIGUCHI · 9 years ago
  30. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  31. f0f2dfc tablet-leader command to check current Raft leader by Yuta HIGUCHI · 9 years ago
  32. deb8a10 Fix for bug ONOS-330: by Pavlin Radoslavov · 9 years ago
  33. e4b6bb2 Intents are now removed after being withdrawn. by Thomas Vachuska · 9 years ago
  34. 5bde31f Fixing various issues and re-tuning. by Thomas Vachuska · 9 years ago
  35. e83cce7 BalanceMastersCommand: Fix type mismatch by Yuta HIGUCHI · 9 years ago
  36. 963c656 IntentPushTestCommand: stop logging SUBMITTED by Yuta HIGUCHI · 9 years ago
  37. e02e11c Fixing issues on GUI server side. Adding command to balance mastership. Messing with color scheme per feedback. by Thomas Vachuska · 9 years ago
  38. 6a46283 metrics command to dump all the Metric in the system. by Yuta HIGUCHI · 9 years ago
  39. 4a33807 SinglePoint to MultiPoint Intent initial implementation by Michele Santuari · 9 years ago
  40. 47635c6 ONOS-293 Added summary pane and related keyboard shortcuts; also tweaked key help sizes and dropped instances toggle from mast. Fixed ONOS-295 bug. by Thomas Vachuska · 9 years ago
  41. 7368cd0 actually adding randomintentcommand.java by Brian O'Connor · 9 years ago
  42. 6741a5f adding random host to host intent command by Brian O'Connor · 9 years ago
  43. 510132a changing intent push test to also remove intents by Brian O'Connor · 9 years ago
  44. 3360160 Added ability to remove host by CLI and by the provider on device/port down events. by Thomas Vachuska · 9 years ago
  45. 6e94828 Added CLI completion for IP protocol types. by Jonathan Hart · 9 years ago
  46. 2c25e36 Moved CLI options for rewrite actions up to ConnectivityIntentCommand so they by Jonathan Hart · 9 years ago
  47. 5dfa43f Fixed bug taking dst TCP port argument from CLI by Jonathan Hart · 9 years ago
  48. fa81eae Refactored intent framework to deal with batches. by Brian O'Connor · 9 years ago
  49. e4cebaf Adding support for link state to GUI. by Thomas Vachuska · 9 years ago
  50. 6b38ee3 Minor fixes by Yuta HIGUCHI · 9 years ago
  51. 708e820 Added CLI command to print summary of the intents: by Pavlin Radoslavov · 9 years ago
  52. ac1441d ONOS-196 Add --macSrcRewrite and --macDstRewrite options to add-point-intent command by Ray Milkey · 9 years ago
  53. dea45ff Adding enhancements to the GUI server-side. by Thomas Vachuska · 9 years ago
  54. 2292567 Fixing a defect where logical port numbers are listed as part of CLI arg completion. by Thomas Vachuska · 9 years ago
  55. 5f7097e Add some more match conditions to connectivity intent CLI commands by Jonathan Hart · 9 years ago
  56. 60731cb DatabaseService subsystem: add admin commands, etc. by Yuta HIGUCHI · 9 years ago
  57. ab9a76b Remove prototype bandwidth limited intent commands by Ray Milkey · 9 years ago
  58. e926103 Merge "ONOS-22 - Add Constraints to CLI Commands" by Thomas Vachuska · 9 years ago
  59. 460f402 ONOS-22 - Add Constraints to CLI Commands by Ray Milkey · 9 years ago
  60. caa14d6 Changed LOCAL port number in the CLI to "local". by Thomas Vachuska · 9 years ago
  61. edc944c adding constaints to intent API by Thomas Vachuska · 9 years ago
  62. 5c94727 javadoc fixes by Yuta HIGUCHI · 9 years ago
  63. fe0f4b1 Adding resource-{available,allocated} CLI commands and lots of toStrings by Brian O'Connor · 9 years ago
  64. 3460da1 polished add-flow command by alshabib · 9 years ago
  65. 1c81a0e Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 9 years ago
  66. 5afcbd7 added add-flows command by alshabib · 9 years ago
  67. a05c0a2 Merge "Prototype bandwidth reservation" by Thomas Vachuska · 10 years ago
  68. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  69. caa450b Prototype bandwidth reservation by Ray Milkey · 10 years ago
  70. 61d4ebc Added CLI command to view address bindings by Jonathan Hart · 10 years ago
  71. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  72. 444eda6 Added JSON for role command. by Thomas Vachuska · 10 years ago
  73. 444b519 Replaced the usage of IpPrefix with IpAddress in the context of by Pavlin Radoslavov · 10 years ago
  74. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  75. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 10 years ago
  76. 5296b32 adding add-optical-intent command by Brian O'Connor · 10 years ago
  77. 65b3583 Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 10 years ago
  78. 0e752bd Added link types of TUNNEL and OPTICAL. by Thomas Vachuska · 10 years ago
  79. 23a8d7c added stats command by alshabib · 10 years ago
  80. 944cb6c Added CLI support for showing key/value annotations for devices, ports, links & hosts. by Thomas Vachuska · 10 years ago
  81. 7d693f5 Experimenting with Apache 2 copyright on the onos-cli module. More later... by Thomas Vachuska · 10 years ago
  82. 9fdf1ea Add L2 selector options to connectivity intents by Ray Milkey · 10 years ago
  83. 07ac62a Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 10 years ago
  84. 10d4abc Adding JSON output for intent list command. by Thomas Vachuska · 10 years ago
  85. fc981cf MastershipEvent carries RoleInfo as a subject by Ayaka Koshibe · 10 years ago
  86. 6ce7304 Adding JSON output for intent list command. by Thomas Vachuska · 10 years ago
  87. e291c84 Enhanced toString for intents for consistency. Removed ID block allocator stuff. by Thomas Vachuska · 10 years ago
  88. 4926c1b Refactoring intent API. by Thomas Vachuska · 10 years ago
  89. b97cf28 Refactoring intent API. by Thomas Vachuska · 10 years ago
  90. abedb09 MasteshipService, store, and CLI commands use RoleInfo by Ayaka Koshibe · 10 years ago
  91. da1cda6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  92. 75e7742 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  93. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  94. 760a7f9 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  95. dfe48a7 Added JSON formatting for flow list command. by Thomas Vachuska · 10 years ago
  96. e8e4535 fixes for RoleValue serialization by Ayaka Koshibe · 10 years ago
  97. bb0272e Added JSON formatting for flow list command. by Thomas Vachuska · 10 years ago
  98. c65fa11 Enahnced path list command to show JSON. by tom · 10 years ago
  99. 8350ba5 Added option to show only enabled/disabled ports by tom · 10 years ago
  100. 32085cf Adding JSON format to the CLI. Intents and flows still need to be done. by tom · 10 years ago